Skip to content

Commit

Permalink
feat: support vscode multi-root workspaces (#2594)
Browse files Browse the repository at this point in the history
feat: support vscode multi-root workspaces

Co-authored-by: Rikki Schulte <rikki.schulte@gmail.com>
  • Loading branch information
Foo-x and acao authored Jul 30, 2022
1 parent 0cd5470 commit 5827977
Show file tree
Hide file tree
Showing 5 changed files with 1,265 additions and 986 deletions.
7 changes: 7 additions & 0 deletions .changeset/thick-years-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"vscode-graphql": 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.
Loading

0 comments on commit 5827977

Please sign in to comment.