Skip to content

Commit af0e1ad

Browse files
committed
fix: display text when in untrusted mode (#12)
1 parent 250c527 commit af0e1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"capabilities": {
1010
"untrustedWorkspaces": {
1111
"supported": false,
12-
"description": "Python extension is not supported in untrusted workspaces. Use Pylance extension to explore."
12+
"description": "The Python extension is not available in untrusted workspaces. Use Pylance to get partial IntelliSense support for Python files."
1313
},
1414
"virtualWorkspaces": {
1515
"supported": "limited",

0 commit comments

Comments
 (0)