|
22 | 22 | "rootUri": "$URI{.}", |
23 | 23 | "initializationOptions": { |
24 | 24 | "ada": { |
25 | | - "adaFileDiagnostics": true, |
26 | | - "alireDiagnostics": true, |
27 | | - "defaultCharset": "ISO-8859-1", |
| 25 | + "adaFileDiagnostics": false, |
| 26 | + "alireDiagnostics": false, |
28 | 27 | "documentationStyle": "gnat", |
29 | 28 | "foldComments": false, |
30 | 29 | "followSymlinks": false, |
31 | | - "gprFileDiagnostics": true, |
| 30 | + "gprFileDiagnostics": false, |
32 | 31 | "insertWithClauses": true, |
33 | 32 | "namedNotationThreshold": 3, |
34 | | - "projectDiagnostics": true, |
| 33 | + "projectDiagnostics": false, |
35 | 34 | "scenarioVariables": {}, |
36 | 35 | "useGnatformat": true |
37 | 36 | } |
|
44 | 43 | "resourceOperations": [ |
45 | 44 | "rename" |
46 | 45 | ] |
47 | | - }, |
48 | | - "fileOperations": { |
49 | | - "didRename": true |
50 | 46 | } |
51 | 47 | }, |
52 | 48 | "textDocument": { |
|
101 | 97 | "onTypeFormatting": { |
102 | 98 | "dynamicRegistration": false |
103 | 99 | }, |
104 | | - "publishDiagnostics": { |
105 | | - "relatedInformation": true |
106 | | - }, |
107 | 100 | "foldingRange": { |
108 | 101 | "lineFoldingOnly": true |
109 | 102 | }, |
|
175 | 168 | "settings": { |
176 | 169 | "ada": { |
177 | 170 | "projectFile": "default.gpr", |
178 | | - "scenarioVariables": {}, |
179 | | - "adaFileDiagnostics": false, |
180 | | - "defaultCharset": "ISO-8859-1" |
| 171 | + "adaFileDiagnostics": false |
181 | 172 | } |
182 | 173 | } |
183 | 174 | }, |
184 | 175 | "jsonrpc": "2.0", |
185 | 176 | "method": "workspace/didChangeConfiguration" |
186 | 177 | }, |
187 | 178 | "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 | | - }, |
207 | 179 | { |
208 | 180 | "params": { |
209 | 181 | "token": "<ANY>", |
|
0 commit comments