-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
apibugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.26.0-Insider (This issue is happening in Insiders only)
- OS Version: macOS 10.13.6
While running a custom extension, I execute:
vscode.commands.executeCommand(
'vscode.openFolder',
vscode.Uri.parse(
<some-local-path>
)
);
I get a 'Path does not exist error', even though the path exists.
Steps to Reproduce:
- Run a custom extension
- Execute the code snippet above
Metadata
Metadata
Assignees
Labels
apibugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseverifiedVerification succeededVerification succeeded