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
Allow to use Jedi language server in system environment or virtual environments
As this extension uses an internal Jedi LSP, it is hard for the users to
change the jedi setting to adapt various requirements. And in some cases,
the user require a specific version of the Jedi, which is hard to change
as it is embedded.
Add a new configuration property to allow the users to use Jedi LSP in
their system environment or virtual environments, and auto fallback to
the internal version if the external version is not found.
Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
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
@@ -56,6 +56,7 @@
56
56
"python.languageServer.jediDescription": "Use Jedi behind the Language Server Protocol (LSP) as a language server.",
57
57
"python.languageServer.pylanceDescription": "Use Pylance as a language server.",
58
58
"python.languageServer.noneDescription": "Disable language server capabilities.",
59
+
"python.jedi.useJediInEnvPath.description": "Use Jedi in system environment (if pyenv is disabled) or virtual environments folder (if pyenv is enabled) instead of the builtin Jedi.",
59
60
"python.interpreter.infoVisibility.description": "Controls when to display information of selected interpreter in the status bar.",
0 commit comments