diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 733c5d3e8c52f..f09fceb17074d 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -313,7 +313,9 @@ "restrictedConfigurations": [ "oxc.path.server", "oxc.path.oxlint", - "oxc.path.oxfmt" + "oxc.path.oxfmt", + "oxc.path.tsgolint", + "oxc.path.node" ] } },