Skip to content

Commit 19fcc5e

Browse files
committed
Attempt to stabilize the test
For eng/ide/lal-refactor#1677
1 parent 58ddc20 commit 19fcc5e

File tree

1 file changed

+5
-33
lines changed
  • testsuite/ada_lsp/completion.auto_qualifier

1 file changed

+5
-33
lines changed

testsuite/ada_lsp/completion.auto_qualifier/test.json

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@
2222
"rootUri": "$URI{.}",
2323
"initializationOptions": {
2424
"ada": {
25-
"adaFileDiagnostics": true,
26-
"alireDiagnostics": true,
27-
"defaultCharset": "ISO-8859-1",
25+
"adaFileDiagnostics": false,
26+
"alireDiagnostics": false,
2827
"documentationStyle": "gnat",
2928
"foldComments": false,
3029
"followSymlinks": false,
31-
"gprFileDiagnostics": true,
30+
"gprFileDiagnostics": false,
3231
"insertWithClauses": true,
3332
"namedNotationThreshold": 3,
34-
"projectDiagnostics": true,
33+
"projectDiagnostics": false,
3534
"scenarioVariables": {},
3635
"useGnatformat": true
3736
}
@@ -44,9 +43,6 @@
4443
"resourceOperations": [
4544
"rename"
4645
]
47-
},
48-
"fileOperations": {
49-
"didRename": true
5046
}
5147
},
5248
"textDocument": {
@@ -101,9 +97,6 @@
10197
"onTypeFormatting": {
10298
"dynamicRegistration": false
10399
},
104-
"publishDiagnostics": {
105-
"relatedInformation": true
106-
},
107100
"foldingRange": {
108101
"lineFoldingOnly": true
109102
},
@@ -175,35 +168,14 @@
175168
"settings": {
176169
"ada": {
177170
"projectFile": "default.gpr",
178-
"scenarioVariables": {},
179-
"adaFileDiagnostics": false,
180-
"defaultCharset": "ISO-8859-1"
171+
"adaFileDiagnostics": false
181172
}
182173
}
183174
},
184175
"jsonrpc": "2.0",
185176
"method": "workspace/didChangeConfiguration"
186177
},
187178
"wait": [
188-
{
189-
"jsonrpc":"2.0",
190-
"id":1,
191-
"method":"window/workDoneProgress/create",
192-
"params":{
193-
"token":"<ANY>"
194-
}
195-
},
196-
{
197-
"params": {
198-
"token": "<ANY>",
199-
"value": {
200-
"kind": "begin",
201-
"percentage": 0,
202-
"title": "Indexing"
203-
}
204-
},
205-
"method": "$/progress"
206-
},
207179
{
208180
"params": {
209181
"token": "<ANY>",

0 commit comments

Comments
 (0)