You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -557,6 +557,36 @@
557
557
false
558
558
]
559
559
},
560
+
"deno.organizeImports.enabled": {
561
+
"type": "boolean",
562
+
"default": true,
563
+
"markdownDescription": "Controls if the Deno language server contributes organize imports code actions. Disable to rely on VS Code's built-in TypeScript/JavaScript organize imports instead.",
564
+
"scope": "resource",
565
+
"examples": [
566
+
true,
567
+
false
568
+
]
569
+
},
570
+
"deno.symbols.document.enabled": {
571
+
"type": "boolean",
572
+
"default": true,
573
+
"markdownDescription": "Controls if the Deno language server provides document symbols. Disable to rely on VS Code's built-in providers instead.",
574
+
"scope": "resource",
575
+
"examples": [
576
+
true,
577
+
false
578
+
]
579
+
},
580
+
"deno.symbols.workspace.enabled": {
581
+
"type": "boolean",
582
+
"default": true,
583
+
"markdownDescription": "Controls if the Deno language server provides workspace symbols. Disable to rely on VS Code's built-in providers instead.",
0 commit comments