Skip to content

Commit

Permalink
Change a comment to trigger CI beta step upon merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Nov 13, 2024
1 parent d1493b0 commit 71c2210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function activate(context: vscode.ExtensionContext) {
smAPI = await getServerManagerAPI();
// TODO notify user if either of these returned undefined (extensionDependencies setting should prevent that, but better to be safe)

// Other parts of this extension will use the test controllers
// Other parts of this extension will use the test controllers we create here
localTestController = vscode.tests.createTestController(`${extensionId}-Local`, '$(folder-library) Local Tests');
context.subscriptions.push(localTestController);
context.subscriptions.push(await setupLocalTestsController());
Expand Down

0 comments on commit 71c2210

Please sign in to comment.