You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declare limited support for untrusted workspaces by only supporting Pylance (#17998)
* Untrusted workspaces
* Reactivate extension when trust is granted to a workspace
* If Jedi is selected as language server, do not activate it
* Only send telemetry which is applicable for untrusted workspaces
Copy file name to clipboardExpand all lines: package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,7 @@
171
171
"LanguageService.lsFailedToStart": "We encountered an issue starting the language server. Reverting to Jedi language engine. Check the Python output panel for details.",
172
172
"LanguageService.lsFailedToDownload": "We encountered an issue downloading the language server. Reverting to Jedi language engine. Check the Python output panel for details.",
173
173
"LanguageService.lsFailedToExtract": "We encountered an issue extracting the language server. Reverting to Jedi language engine. Check the Python output panel for details.",
174
+
"LanguageService.untrustedWorkspaceMessage": "Only Pylance is supported in untrusted workspaces, setting language server to None.",
174
175
"LanguageService.downloadFailedOutputMessage": "Language server download failed",
175
176
"LanguageService.extractionFailedOutputMessage": "Language server extraction failed",
176
177
"LanguageService.extractionCompletedOutputMessage": "Language server download complete",
0 commit comments