vscode-remote-release
vscode-remote-release copied to clipboard
VSCode Code server CLI support for path
SSH Remote development supports opening another window by CLI like below command
code .
However code server seems do not support this action. I think
code .
or
code-server .
will open another window like other vscode remote developments for fluent flow.
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
I don't think code-server .
would be a common use case, since normally you want to access the machine you installed code-server on from a different device. Am I misunderstanding your use case?
There is a problem if i want to open another folder or workspace file at the same time. Opening a new tab when I pass code-server $FOLDER_PATH
would be good feature.
I'm not sure this feature can be implemented PWA like normal local desktop version VSCode
So you're saying that in the integrated terminal, you should be able to run a command to open a new tab?
That does work, with two caveats:
- If you're on macOS, there is a known bug: https://github.com/microsoft/vscode-remote-release/issues/4451
- The command should be
code
orcode-insiders
(depending on if you're on vscode.dev or insiders.vscode.dev) notcode-server
This feature request has not yet received the 10 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.
Happy Coding
Not a feature request, but as I haven't heard anything back on this, I will close the issue.