We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a1ffc0 + 3e0286a commit 826f551Copy full SHA for 826f551
gnat/tester.gpr
@@ -27,7 +27,7 @@ project Tester is
27
package Compiler renames LSP_Client.Compiler;
28
29
package Binder is
30
- for Switches ("ada") use ("-E");
+ for Switches ("ada") use ("-Es");
31
end Binder;
32
33
end Tester;
testsuite/.als/ada_ls_traces.cfg
@@ -1,5 +1,7 @@
1
>ada_ls_log.$T.log:buffer_size=0:buffer_size=0
2
3
+ALS.MAIN=yes
4
+
5
# If you need full input/output from the server uncomment inout.txt lines.
6
#>inout.txt:buffer_size=0
7
0 commit comments