Skip to content

"open folder" link in Welcome screen doesn't work in 3.10.1 #3436

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
bpmct opened this issue May 21, 2021 · 2 comments
Closed

"open folder" link in Welcome screen doesn't work in 3.10.1 #3436

bpmct opened this issue May 21, 2021 · 2 comments

Comments

@bpmct
Copy link
Member

bpmct commented May 21, 2021

OS/Web Information

  • Web Browser: Google Chrome, Firefox
  • Local OS: OSX Big Sur
  • Remote OS: Tested on OSX Bug Sur, and an Ubuntu container in Coder
  • Remote Architecture: AMD64
  • code-server --version: 3.10.1

Steps to Reproduce

  1. Open code-server 3.10.1
  2. Navigate to "Help > Welcome"
  3. Click "Open folder" link

Expected

The open folder dialog should appear, as which happens with File > Open

Actual

Nothing happens

Logs

No valid logs from code-server --log debug. However, in Output -> Log (Window) the following error occurs

[2021-05-21 08:44:40.643] [window] [error] command 'workbench.action.files.openFileFolder' not found: _tryExecuteCommand@http://localhost:8080/static/421237f499079cf88d68c02163b70e2b476bbb0d/usr/local/Cellar/code-server/3.10.1/libexec/lib/vscode/out/vs/workbench/workbench.web.api.js:1735:3364
executeCommand/<@http://localhost:8080/static/421237f499079cf88d68c02163b70e2b476bbb0d/usr/local/Cellar/code-server/3.10.1/libexec/lib/vscode/out/vs/workbench/workbench.web.api.js:1735:3245

Once this is done, replicate the issue you're having then collect logging
information from the following places:

  1. The most recent files from ~/.local/share/code-server/coder-logs.

  2. The browser console.
    Same error as above

      ERR command 'workbench.action.files.openFileFolder' not found: Error: command 'workbench.action.files.openFileFolder' not found
        at h._tryExecuteCommand (http://localhost:8080/static/421237f499079cf88d68c02163b70e2b476bbb0d/usr/local/Cellar/code-server/3.10.1/libexec/lib/vscode/out/vs/workbench/workbench.web.api.js:1735:3364)
        at http://localhost:8080/static/421237f499079cf88d68c02163b70e2b476bbb0d/usr/local/Cellar/code-server/3.10.1/libexec/lib/vscode/out/vs/workbench/workbench.web.api.js:1735:3245
        at async u.open (http://localhost:8080/static/421237f499079cf88d68c02163b70e2b476bbb0d/usr/local/Cellar/code-server/3.10.1/libexec/lib/vscode/out/vs/workbench/workbench.web.api.js:628:17651)
        at async a.open (http://localhost:8080/static/421237f499079cf88d68c02163b70e2b476bbb0d/usr/local/Cellar/code-server/3.10.1/libexec/lib/vscode/out/vs/workbench/workbench.web.api.js:628:19675)
    
    1. The browser network tab.

Nothing relevant

This issue can be reproduced in VS Code: No

@sestegra
Copy link

Duplicate of #3427 and #2921

@bpmct
Copy link
Member Author

bpmct commented May 21, 2021

oh thanks. somehow missed that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants