Skip to content

Commit 8278b21

Browse files
benfdkingCopilot
andauthored
Update vscode/extension/src/extension.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b0ad05b commit 8278b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/extension/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export async function activate(context: vscode.ExtensionContext) {
181181
)
182182
} else {
183183
context.subscriptions.push(lspClient)
184-
setupTestController(lspClient)
184+
context.subscriptions.push(setupTestController(lspClient))
185185
context.subscriptions.push(testController)
186186
}
187187

0 commit comments

Comments
 (0)