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
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
Since multi-root workspaces actually run multiple instances of the LS, one per root, it is not possible to navigate across since one LS does not know about another instance. Extension spawn instances as needed.
@amittleider commented on Fri Jun 07 2019
Currently the MS Language Server won't allow jumping to a class (using Go to Definition) if it's found in a different VSCode workspace.
Environment data
Expected behaviour
Go to definition jumps to the
Level1Class
objectActual behaviour
Definition not found. Below is a gif.
Steps to reproduce:
upper_level_class.py
Level1Class
object.The text was updated successfully, but these errors were encountered: