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
#1051
Not removing the the ls server path scope for now to ensure backwards compatibility. Lift that restriction and bump the minimum required VS Code version later.
Copy file name to clipboardExpand all lines: packages/svelte-vscode/package.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@
43
43
"onLanguage:svelte",
44
44
"onCommand:svelte.restartLanguageServer"
45
45
],
46
+
"capabilities": {
47
+
"untrustedWorkspaces": {
48
+
"supported": "limited",
49
+
"description": "The extension requires workspace trust because it executes code specified by the workspace. Loading the user's node_modules and loading svelte config files is disabled when untrusted"
0 commit comments