|
301 | 301 | "description": "Traces the communication between VSCode and the GPR language server." |
302 | 302 | }, |
303 | 303 | "ada.projectFile": { |
304 | | - "scope": "resource", |
| 304 | + "scope": "window", |
305 | 305 | "type": "string", |
306 | 306 | "default": "", |
307 | 307 | "description": "Project file (*.gpr) for given workspace." |
308 | 308 | }, |
309 | 309 | "ada.scenarioVariables": { |
310 | | - "scope": "resource", |
| 310 | + "scope": "window", |
311 | 311 | "type": "object", |
312 | 312 | "default": {}, |
313 | 313 | "description": "Scenario variables." |
314 | 314 | }, |
315 | 315 | "ada.defaultCharset": { |
316 | | - "scope": "resource", |
| 316 | + "scope": "window", |
317 | 317 | "type": "string", |
318 | 318 | "default": "iso-8859-1", |
319 | 319 | "description": "The character set to use while reading files from disk." |
320 | 320 | }, |
321 | 321 | "ada.documentationStyle": { |
322 | | - "scope": "resource", |
| 322 | + "scope": "window", |
323 | 323 | "type": "string", |
324 | 324 | "enum": [ |
325 | 325 | "gnat", |
|
333 | 333 | "description": "Controls primary documentation style of entities." |
334 | 334 | }, |
335 | 335 | "ada.displayMethodAncestryOnNavigation": { |
336 | | - "scope": "resource", |
| 336 | + "scope": "window", |
337 | 337 | "type": "string", |
338 | 338 | "enum": [ |
339 | 339 | "never", |
|
351 | 351 | "description": "Controls the policy for displaying overriding and overridden subprograms on navigation requests such as 'Go To Definition' or 'Go To Implementations'." |
352 | 352 | }, |
353 | 353 | "ada.enableDiagnostics": { |
354 | | - "scope": "resource", |
| 354 | + "scope": "window", |
355 | 355 | "type": "boolean", |
356 | 356 | "default": true, |
357 | 357 | "description": "The emission of diagnostics." |
358 | 358 | }, |
359 | 359 | "ada.enableIndexing": { |
360 | | - "scope": "resource", |
| 360 | + "scope": "window", |
361 | 361 | "type": "boolean", |
362 | 362 | "default": true, |
363 | 363 | "description": "Controls indexing the source files after loading a project." |
364 | 364 | }, |
365 | 365 | "ada.foldComments": { |
366 | | - "scope": "resource", |
| 366 | + "scope": "window", |
367 | 367 | "type": "boolean", |
368 | 368 | "default": true, |
369 | 369 | "description": "Controls the inclusion of comments in folding blocks." |
370 | 370 | }, |
371 | 371 | "ada.followSymlinks": { |
372 | | - "scope": "resource", |
| 372 | + "scope": "window", |
373 | 373 | "type": "boolean", |
374 | 374 | "default": true, |
375 | 375 | "description": "Controls the file names normalization sent by a client." |
376 | 376 | }, |
377 | 377 | "ada.namedNotationThreshold": { |
378 | | - "scope": "resource", |
| 378 | + "scope": "window", |
379 | 379 | "type": "integer", |
380 | 380 | "default": 3, |
381 | 381 | "description": "Defines the number of parameters/components at which point named notation is used for completion snippets." |
382 | 382 | }, |
383 | 383 | "ada.relocateBuildTree": { |
384 | | - "scope": "resource", |
| 384 | + "scope": "window", |
385 | 385 | "type": "string", |
386 | 386 | "default": "", |
387 | 387 | "description": "The folder for out-of-tree build." |
388 | 388 | }, |
389 | 389 | "ada.rootDir": { |
390 | | - "scope": "resource", |
| 390 | + "scope": "window", |
391 | 391 | "type": "string", |
392 | 392 | "default": "", |
393 | 393 | "description": "The root directory for artifacts for proper relocation. Used with relocateBuildTree." |
394 | 394 | }, |
395 | 395 | "ada.useCompletionSnippets": { |
396 | | - "scope": "resource", |
| 396 | + "scope": "window", |
397 | 397 | "type": "boolean", |
398 | 398 | "default": false, |
399 | 399 | "description": "Enable snippets in completion results (e.g: subprogram calls)." |
400 | 400 | }, |
401 | 401 | "ada.renameInComments": { |
402 | | - "scope": "resource", |
| 402 | + "scope": "window", |
403 | 403 | "type": "boolean", |
404 | 404 | "default": false, |
405 | 405 | "description": "Enable editing Ada comments while executing `textDocument/rename` request." |
406 | 406 | }, |
407 | 407 | "ada.onTypeFormatting.indentOnly": { |
408 | | - "scope": "resource", |
| 408 | + "scope": "window", |
409 | 409 | "type": "boolean", |
410 | 410 | "default": true, |
411 | 411 | "description": "Controls if the `textDocument/onTypeFormatting` request only indents a new line, or if it additionally tries to format the previous node." |
|
0 commit comments