Skip to content

Commit

Permalink
Introduce multi-root workspaces support
Browse files Browse the repository at this point in the history
Introduces multi-root workspaces support using a single language server instance!
Adds a few optimisations, tests, etc as well.

This had previously been merged in a way that caused issues, but this should resolve those issues.

Revert "Revert "feat: support vscode multi-root workspaces (#2594)" (#2612)" (#2616)
  • Loading branch information
acao committed Oct 10, 2022
1 parent a2ec700 commit b0d7f06
Show file tree
Hide file tree
Showing 5 changed files with 1,267 additions and 986 deletions.
9 changes: 9 additions & 0 deletions .changeset/thick-years-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"vscode-graphql": patch
"graphql-language-service-server": patch
"graphql-language-service-cli": patch
---

support vscode multi-root workspaces! creates an LSP server instance for each workspace.

WARNING: large-scale vscode workspaces usage, and this in tandem with `graphql.config.*` multi-project configs could lead to excessive system resource usage. Optimizations coming soon.

0 comments on commit b0d7f06

Please sign in to comment.