Skip to content

Commit 76f1952

Browse files
Merge pull request #35 from gjsjohnmurray/white-anglerfish
Change a comment to trigger CI beta step upon merge
2 parents d1493b0 + 71c2210 commit 76f1952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function activate(context: vscode.ExtensionContext) {
5757
smAPI = await getServerManagerAPI();
5858
// TODO notify user if either of these returned undefined (extensionDependencies setting should prevent that, but better to be safe)
5959

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

0 commit comments

Comments
 (0)