Skip to content

Commit 70b56b2

Browse files
committed
Change all vscode settings to the 'window' scope
1 parent a06027b commit 70b56b2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

integration/vscode/ada/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -301,25 +301,25 @@
301301
"description": "Traces the communication between VSCode and the GPR language server."
302302
},
303303
"ada.projectFile": {
304-
"scope": "resource",
304+
"scope": "window",
305305
"type": "string",
306306
"default": "",
307307
"description": "Project file (*.gpr) for given workspace."
308308
},
309309
"ada.scenarioVariables": {
310-
"scope": "resource",
310+
"scope": "window",
311311
"type": "object",
312312
"default": {},
313313
"description": "Scenario variables."
314314
},
315315
"ada.defaultCharset": {
316-
"scope": "resource",
316+
"scope": "window",
317317
"type": "string",
318318
"default": "iso-8859-1",
319319
"description": "The character set to use while reading files from disk."
320320
},
321321
"ada.documentationStyle": {
322-
"scope": "resource",
322+
"scope": "window",
323323
"type": "string",
324324
"enum": [
325325
"gnat",
@@ -333,7 +333,7 @@
333333
"description": "Controls primary documentation style of entities."
334334
},
335335
"ada.displayMethodAncestryOnNavigation": {
336-
"scope": "resource",
336+
"scope": "window",
337337
"type": "string",
338338
"enum": [
339339
"never",
@@ -351,61 +351,61 @@
351351
"description": "Controls the policy for displaying overriding and overridden subprograms on navigation requests such as 'Go To Definition' or 'Go To Implementations'."
352352
},
353353
"ada.enableDiagnostics": {
354-
"scope": "resource",
354+
"scope": "window",
355355
"type": "boolean",
356356
"default": true,
357357
"description": "The emission of diagnostics."
358358
},
359359
"ada.enableIndexing": {
360-
"scope": "resource",
360+
"scope": "window",
361361
"type": "boolean",
362362
"default": true,
363363
"description": "Controls indexing the source files after loading a project."
364364
},
365365
"ada.foldComments": {
366-
"scope": "resource",
366+
"scope": "window",
367367
"type": "boolean",
368368
"default": true,
369369
"description": "Controls the inclusion of comments in folding blocks."
370370
},
371371
"ada.followSymlinks": {
372-
"scope": "resource",
372+
"scope": "window",
373373
"type": "boolean",
374374
"default": true,
375375
"description": "Controls the file names normalization sent by a client."
376376
},
377377
"ada.namedNotationThreshold": {
378-
"scope": "resource",
378+
"scope": "window",
379379
"type": "integer",
380380
"default": 3,
381381
"description": "Defines the number of parameters/components at which point named notation is used for completion snippets."
382382
},
383383
"ada.relocateBuildTree": {
384-
"scope": "resource",
384+
"scope": "window",
385385
"type": "string",
386386
"default": "",
387387
"description": "The folder for out-of-tree build."
388388
},
389389
"ada.rootDir": {
390-
"scope": "resource",
390+
"scope": "window",
391391
"type": "string",
392392
"default": "",
393393
"description": "The root directory for artifacts for proper relocation. Used with relocateBuildTree."
394394
},
395395
"ada.useCompletionSnippets": {
396-
"scope": "resource",
396+
"scope": "window",
397397
"type": "boolean",
398398
"default": false,
399399
"description": "Enable snippets in completion results (e.g: subprogram calls)."
400400
},
401401
"ada.renameInComments": {
402-
"scope": "resource",
402+
"scope": "window",
403403
"type": "boolean",
404404
"default": false,
405405
"description": "Enable editing Ada comments while executing `textDocument/rename` request."
406406
},
407407
"ada.onTypeFormatting.indentOnly": {
408-
"scope": "resource",
408+
"scope": "window",
409409
"type": "boolean",
410410
"default": true,
411411
"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

Comments
 (0)