Skip to content

Commit

Permalink
Make the first workspace the main one even when lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Jul 8, 2024
1 parent 9bf5c5c commit 8285a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/rubyLsp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class RubyLsp {
workspaceFolder,
this.telemetry,
this.testController.createTestItems.bind(this.testController),
eager,
this.workspaces.size === 0,
);
this.workspaces.set(workspaceFolder.uri.toString(), workspace);

Expand Down

0 comments on commit 8285a3f

Please sign in to comment.