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.
1 parent 5fd113e commit 648e9c9Copy full SHA for 648e9c9
testsuite/ada_lsp/config_file/test.py
@@ -29,7 +29,6 @@ async def do_testing(lsp: ALSLanguageClient) -> None:
29
lsp.didChangeConfig(
30
{"projectFile": URI("main.gpr"), "gprConfigurationFile": URI("default.cgpr")}
31
)
32
- await lsp.awaitIndexingEnd()
33
34
# Send a didOpen for main.adb
35
open_params, main_adb_uri = didOpenTextDocumentParams("main.adb")
@@ -49,7 +48,6 @@ async def do_testing(lsp: ALSLanguageClient) -> None:
49
48
50
{"projectFile": "main1.gpr", "gprConfigurationFile": "default.cgpr"}
51
52
53
54
55
0 commit comments