Skip to content

Commit af3cc21

Browse files
committed
Fix disable Python extension in untrusted workspaces (#10)
1 parent a8a2c19 commit af3cc21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"capabilities": {
1010
"untrustedWorkspaces": {
11-
"supported": "limited",
12-
"description": "Only Partial IntelliSense with Pylance is supported. Cannot execute Python with untrusted files."
11+
"supported": false,
12+
"description": "Python extension is not supported in untrusted workspaces. Use Pylance extension to explore."
1313
},
1414
"virtualWorkspaces": {
1515
"supported": "limited",

0 commit comments

Comments
 (0)