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?
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:pvsc.code-workspace?