Skip to content

Commit 01f6576

Browse files
committed
Clarify comment for activation test
1 parent 347d234 commit 01f6576

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

extensions/ql-vscode/src/vscode-tests/no-workspace/activation/activation.test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
// This file needs to be located in a separate directory from all other tests. The jest-runner-vscode will
2+
// 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.
35

46
import * as vscode from "vscode";
57

0 commit comments

Comments
 (0)