Skip to content

Commit b9a14fd

Browse files
authored
fix(vscode): Update package.json to restrict a few more config options. (#18270)
As an aside, the extension's description for this configuration says "The Extension will always use the Language Server shipped with the Extension.", is that still true / should we revise the way the extension works for untrusted workspaces? (we could possibly just say "it doesn't work in untrusted workspaces", basically)
1 parent 8b498f0 commit b9a14fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

editors/vscode/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,9 @@
313313
"restrictedConfigurations": [
314314
"oxc.path.server",
315315
"oxc.path.oxlint",
316-
"oxc.path.oxfmt"
316+
"oxc.path.oxfmt",
317+
"oxc.path.tsgolint",
318+
"oxc.path.node"
317319
]
318320
}
319321
},

0 commit comments

Comments
 (0)