We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fab24 commit 448bdf7Copy full SHA for 448bdf7
test/core/paths.test.ts
@@ -14,13 +14,6 @@ describe("Path assumptions", function () {
14
globalStorageUri = extension.getStorageUri();
15
});
16
17
- // TODO: This is skipped because it interferes with other tests. Either
18
- // need to find a way to close the opened folder via a Code API, or find
19
- // another way to test this.
20
- it.skip("Opens the examples folder at the expected path", async function () {
21
- assert(await vscode.commands.executeCommand("PowerShell.OpenExamplesFolder"));
22
- });
23
-
24
it("Creates the session folder at the correct path", async function () {
25
assert(await checkIfDirectoryExists(vscode.Uri.joinPath(globalStorageUri, "sessions")));
26
0 commit comments