We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347d234 commit 01f6576Copy full SHA for 01f6576
1 file changed
extensions/ql-vscode/src/vscode-tests/no-workspace/activation/activation.test.ts
@@ -1,5 +1,7 @@
1
-// This file needs to be located in a separate directory. This will ensure that this
2
-// test is run at the start-up of a new VSCode instance.
+// This file needs to be located in a separate directory from all other tests. The jest-runner-vscode will
+// create a new VSCode instance for every directory containing tests, so this will ensure that this
3
+// test is run at the start-up of a new VSCode instance. No other files should be located in this directory since
4
+// those may activate the extension before this test is run.
5
6
import * as vscode from "vscode";
7
0 commit comments