diff --git a/vscode/src/rubyLsp.ts b/vscode/src/rubyLsp.ts index 7138164c9..e49528067 100644 --- a/vscode/src/rubyLsp.ts +++ b/vscode/src/rubyLsp.ts @@ -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);