Skip to content

Commit 8b8d5c2

Browse files
authored
fix: display text when in untrusted mode (#12)
1 parent 5e95943 commit 8b8d5c2

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)