vscode-remote-release icon indicating copy to clipboard operation
vscode-remote-release copied to clipboard

VSCode Code server CLI support for path

Open seonglae opened this issue 2 years ago • 4 comments

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.

seonglae avatar Aug 14 '22 15:08 seonglae

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!

vscodenpa avatar Aug 16 '22 21:08 vscodenpa

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?

connor4312 avatar Sep 14 '22 21:09 connor4312

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

seonglae avatar Sep 15 '22 15:09 seonglae

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 or code-insiders (depending on if you're on vscode.dev or insiders.vscode.dev) not code-server

connor4312 avatar Sep 15 '22 15:09 connor4312

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

vscodenpa avatar Oct 06 '22 03:10 vscodenpa

Not a feature request, but as I haven't heard anything back on this, I will close the issue.

connor4312 avatar Oct 06 '22 15:10 connor4312