-
Notifications
You must be signed in to change notification settings - Fork 519
Closed
Assignees
@andyleejordan
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been reported.
Summary
Added but also disabled in #3570:
vscode-powershell/test/core/paths.test.ts
Lines 14 to 19 in bf10916
// TODO: This is skipped because it intereferes with other tests. Either
// need to find a way to close the opened folder via a Code API, or find
// another way to test this.
test.skip("The examples folder can be opened (and exists)", async () => {
assert(await vscode.commands.executeCommand("PowerShell.OpenExamplesFolder"));
});
Proposed Design
No response