forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-internalLabel for non-user facing issuesLabel for non-user facing issuesdebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.good first issue
Description
Have a default value that uses Pylance if installed, and otherwise falls back on Jedi.
The only change would be to switch "python.languageServer" to "Pylance" in .vscode/settings.json, but there are also a couple of things to check:
- What happens if Pylance is not installed?
- Can/should we move this setting to
pvsc.code-workspace?
Metadata
Metadata
Assignees
Labels
area-internalLabel for non-user facing issuesLabel for non-user facing issuesdebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.good first issue