We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1493b0 + 71c2210 commit 76f1952Copy full SHA for 76f1952
src/extension.ts
@@ -57,7 +57,7 @@ export async function activate(context: vscode.ExtensionContext) {
57
smAPI = await getServerManagerAPI();
58
// TODO notify user if either of these returned undefined (extensionDependencies setting should prevent that, but better to be safe)
59
60
- // Other parts of this extension will use the test controllers
+ // Other parts of this extension will use the test controllers we create here
61
localTestController = vscode.tests.createTestController(`${extensionId}-Local`, '$(folder-library) Local Tests');
62
context.subscriptions.push(localTestController);
63
context.subscriptions.push(await setupLocalTestsController());
0 commit comments