Skip to content

Can't open folder on Explorer panel #3457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sestegra opened this issue May 24, 2021 · 2 comments · Fixed by #3728
Closed

Can't open folder on Explorer panel #3457

sestegra opened this issue May 24, 2021 · 2 comments · Fixed by #3728
Assignees
Labels
bug Something isn't working
Milestone

Comments

@sestegra
Copy link

OS/Web Information

  • Web Browser: Chrome (90.0.4430.212 (Official Build) (x86_64)
  • Local OS: macOS 11.3.1
  • Remote OS: macOS 11.3.1
  • Remote Architecture: macOS 11.3.1
  • code-server --version: 3.10.2 387b12e

Steps to Reproduce

  1. Launch Chrome and open code-server URL
  2. Click on "Explorer" icon to open Explorer panel
  3. Click on "Open Folder" button

Expected

Folder selection should appear.

Actual

An error occurs on Web console

Logs

Web console log

ERR command 'workbench.action.files.openFileFolder' not found: Error: command 'workbench.action.files.openFileFolder' not found
    at h._tryExecuteCommand (http://127.0.0.1:8080/static/387b12ef4ca404ffd39d84834e1f0776e9e3c005/usr/local/Cellar/code-server/3.10.2/libexec/lib/vscode/out/vs/workbench/workbench.web.api.js:1735:3364)
    at http://127.0.0.1:8080/static/387b12ef4ca404ffd39d84834e1f0776e9e3c005/usr/local/Cellar/code-server/3.10.2/libexec/lib/vscode/out/vs/workbench/workbench.web.api.js:1735:3245
    at async u.open (http://127.0.0.1:8080/static/387b12ef4ca404ffd39d84834e1f0776e9e3c005/usr/local/Cellar/code-server/3.10.2/libexec/lib/vscode/out/vs/workbench/workbench.web.api.js:628:17651)
    at async a.open (http://127.0.0.1:8080/static/387b12ef4ca404ffd39d84834e1f0776e9e3c005/usr/local/Cellar/code-server/3.10.2/libexec/lib/vscode/out/vs/workbench/workbench.web.api.js:628:19675)

Screenshot

Screenshot 2021-05-24 at 15 25 16

Notes

This issue can be reproduced in VS Code: No

@sestegra
Copy link
Author

See #2921 explains similar issue on "Open folder" link on Welcome page.

@code-asher code-asher added the bug Something isn't working label May 24, 2021
@code-asher code-asher added this to the 3.11.0 milestone May 24, 2021
@jsjoeio
Copy link
Contributor

jsjoeio commented May 24, 2021

Guessing it's the exact same issue as #2921. I was able to reproduce locally (macOS + Chrome).

Thanks for flagging this @sestegra 🙌

Screenshot

Screen.Recording.2021-05-24.at.9.59.59.AM.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants