Files
gnatstudio/testsuite/tests/gnatdebug
Boulanger 63e5ffb610 Remove GPS.LSP.FORMATTING
Both engines are coexisting and are now controlled by preferences.

Show the Ada indentation preferences not compatible with GNATformat
in a separate group and add a warning in the description of each
of them.
2025-05-14 11:30:03 +02:00

53 lines
1.2 KiB
Plaintext

>&2:buffer_size=0
DEBUG.COLORS=no
UNEXPECTED_EXCEPTIONS=yes
*.EXCEPTIONS=yes
TESTSUITE=yes
GPS.KERNEL.SHELL_DOC=yes
CHECK_COLOR_DEPTH=no
-- Keep traces till the end, in case we get unexpected exceptions in the
-- finalization of GPS
DEBUG.FINALIZE_TRACES=no
-- This trace generates errors in any case where
-- a SQL request is being made (for instance whenever querying
-- a contextual menu) when gnatinspect has not yet had a chance to run.
SQL.ERROR=no
PYTHON.TB=no
ENTITIES.SQLITE=yes
ENTITIES.PARSING=no
GPS.LANGUAGE.LIBCLANG=no
GPS.LIBCLANG.LIBCLANG=no
GPS.COMPLETION.LIBCLANG_COMPLETION=no
GPS.KERNEL.LIBCLANG=no
GPS.LIBCLANG.POOL=no
GPS.INTERNAL.MODULE_GNAThub=yes
-- Deactivate LSP traces
GPS.LSP.LOGS=no
GPS.LSP.OUTLINE.ADVANCED=no
GPS.LSP.COMPLETION=no
-- Deactivate dialog when changing C/C++ clangd formatting options by
-- default
GPS.LSP.CLANGD_SUPPORT.AVOID_DIALOG_ON_PREF_CHANGED=yes
-- Test for code actions even if they are not active yet
GPS.LSP.CODE_ACTIONS=yes
-- Deactivate DAP traces
GPS.DAP.Clients=no
-- Disable GPR language support
GPS.LSP.GPR_SUPPORT=no
-- Disable logging
GPS.LSP.SEARCH_ENTITIES_SUPPORT.ADVANCED=no
-- Disable LSP tooltip traces
GPS.LSP.TOOLTIPS=no