We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OpenExamplesFolder
1 parent 0c2c007 commit c67256eCopy full SHA for c67256e
test/core/paths.test.ts
@@ -11,7 +11,10 @@ import utils = require("../utils");
11
suite("Path assumptions", () => {
12
suiteSetup(utils.ensureExtensionIsActivated);
13
14
- test("The examples folder can be opened (and exists)", async () => {
+ // TODO: This is skipped because it intereferes with other tests. Either
15
+ // need to find a way to close the opened folder via a Code API, or find
16
+ // another way to test this.
17
+ test.skip("The examples folder can be opened (and exists)", async () => {
18
assert(await vscode.commands.executeCommand("PowerShell.OpenExamplesFolder"));
19
});
20
0 commit comments