Skip to content

Commit 71c2210

Browse files
committed
Change a comment to trigger CI beta step upon merge
1 parent d1493b0 commit 71c2210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
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)