Use pylance in the repo
See original GitHub issueHave 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
?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
microsoft/pylance-release: Documentation and issues for ...
This repository is for providing feedback and documentation on the Pylance language server extension in Visual Studio Code. You can use the repository...
Read more >Announcing Pylance: Fast, feature-rich language support for ...
Pylance is a new language server for Python, which uses the Language Server Protocol to communicate with VS Code. The name Pylance serves...
Read more >Pylance Now Default Language Server for Python in Visual ...
Pylance is now the default language server for Python in Visual Studio Code, providing IntelliSense functionality as of the May 2021 release ...
Read more >Pylance: wont find stubs for native library with submodules
However, when using Visual Studio Code, it is less reliable: when using the Jedi language server I can navigate to the functions definition, ......
Read more >VSCode and Pylint configuration - MicroPython-Stubber!
The current configuration section describes how to use [Pylance]. ... Specifies paths to local typeshed repository clone(s) for the Python language server.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Worked on this issue and opened a PR @luabud 😊I made my first open-source pull request, all thanks to you!
@jasleen101010 done! 😊