We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9507df commit da3f482Copy full SHA for da3f482
extensions/ql-vscode/src/test-manager.ts
@@ -125,7 +125,7 @@ export class TestManager extends TestManagerBase {
125
// Having this as a parameter with a default value makes passing in a mock easier.
126
private readonly testController: TestController = tests.createTestController(
127
"codeql",
128
- "Fancy CodeQL Tests",
+ "CodeQL Tests",
129
),
130
) {
131
super(app);
0 commit comments