Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multi root workspaces with the new language server server #3008

Closed
DonJayamanne opened this issue Oct 24, 2018 · 1 comment
Closed
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority

Comments

@DonJayamanne
Copy link

Based on #1149

Solution - Start multiple language clients one for each work space

Requirements:

  • Lazy load language clients (based on active workspace folder), i.e. don't open for each folder unnecessarily
  • Shutdown language client when a workspace folder is removed
@DonJayamanne
Copy link
Author

activateWorkspace of src/client/activation/activationManager.ts

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. bug Issue identified by VS Code Team member as probable bug important Issue identified as high-priority
Projects
None yet
Development

No branches or pull requests

2 participants