Skip to content

Commit efede18

Browse files
authored
Update the trusted workspaces setting (#16143)
1 parent 25161d5 commit efede18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},
9+
"capabilities": {
10+
"untrustedWorkspaces": {
11+
"supported": false
12+
}
13+
},
914
"languageServerVersion": "0.5.30",
1015
"publisher": "ms-python",
1116
"enableProposedApi": true,
@@ -47,7 +52,6 @@
4752
"Machine Learning",
4853
"Notebooks"
4954
],
50-
"requiresWorkspaceTrust": "onStart",
5155
"activationEvents": [
5256
"onLanguage:python",
5357
"onDebugResolve:python",

0 commit comments

Comments
 (0)