We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1493b0 commit 71c2210Copy full SHA for 71c2210
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