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
Only activate language servers when running in virtual workspaces (microsoft#17519)
* Only activate Pylance when running in virtual workspaces
* News entry
* Trigger intelliSense analysis for all schemes of python code
* Also support Jedi in virtual workspaces
* Rebase with main
* Oops
* Only support known virtual workspace scheme
* Look into all python schemes when in a virtual workspace
* Fix some tests
* Fix mistake
* Do not register Jupyter hooks when using virtual workspaces
* Nit
* Only activate interpreter and language server component when in a virtual workspace
* Make component id a mandatory field in extension activation services
* Refactor
* Use supported workspace types instead of component id
* Fix lint
* Code reviwes
0 commit comments