Skip to content

Commit

Permalink
Merge pull request #35 from gjsjohnmurray/white-anglerfish
Browse files Browse the repository at this point in the history
Change a comment to trigger CI beta step upon merge
  • Loading branch information
gjsjohnmurray authored Nov 13, 2024
2 parents d1493b0 + 71c2210 commit 76f1952
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 76f1952

Please sign in to comment.