Closed
Description
Previously I was able to run code-server with workspace file as first argument (https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file).
It seems to no longer work in version 3.1.1
repro:
./code-server test.code-workspace --auth none --open
test.code-workspace:
{
"folders": [
{
"path": "somepath"
},
],
}
Metadata
Metadata
Assignees
Labels
No labels