You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open code-server 3.10.1
Navigate to "Help > Welcome"
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:
The most recent files from ~/.local/share/code-server/coder-logs.
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)
The browser network tab.
Nothing relevant
This issue can be reproduced in VS Code: No
The text was updated successfully, but these errors were encountered:
OS/Web Information
code-server --version
: 3.10.1Steps to Reproduce
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
Once this is done, replicate the issue you're having then collect logging
information from the following places:
The most recent files from ~/.local/share/code-server/coder-logs.
The browser console.
Same error as above
Nothing relevant
This issue can be reproduced in VS Code: No
The text was updated successfully, but these errors were encountered: