question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use pylance in the repo

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jasleen101010commented, Jul 28, 2021

@jasleen101010 done! 😊

Worked on this issue and opened a PR @luabud 😊I made my first open-source pull request, all thanks to you!

0reactions
luabudcommented, Jul 20, 2021

@jasleen101010 done! 😊

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found