Skip to content

Commit

Permalink
[Windows, LSP]: Prevent a console window from opening for the Rover L…
Browse files Browse the repository at this point in the history
…SP process (#243)
  • Loading branch information
phryneas authored Dec 12, 2024
1 parent 48cc124 commit 694807c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-sloths-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vscode-apollo": patch
---

[Windows, LSP]: Prevent a console window from opening for the Rover LSP process
1 change: 1 addition & 0 deletions src/language-server/project/rover/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export class RoverProject extends GraphQLProject {
"pipe",
Debug.traceLevel >= TraceLevel.verbose ? "inherit" : "ignore",
],
windowsHide: true,
});
this.child = child;
const reader = new StreamMessageReader(child.stdout);
Expand Down

0 comments on commit 694807c

Please sign in to comment.