Skip to content

Issue Opening Folder Using vscode.openFolder #55891

@allileong

Description

@allileong
  • 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.
screen shot 2018-08-06 at 9 42 14 am

Steps to Reproduce:

  1. Run a custom extension
  2. Execute the code snippet above

Metadata

Metadata

Assignees

Labels

apibugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions