Visual Studio Code

From HPCWIKI
Revision as of 18:37, 1 May 2023 by Admin (talk | contribs) (Created page with "== VS Code == MS VS code is a development tool to use various languaged program on local and remote server by utilizing an open source based code-server<ref>https://github.com/coder/code-server</ref> as backend for Linux OS. Window side VS code app uses SSH to connect code-server on server side so that various local and remote plugin can work locally and remotely. == VS Code connects to remote Linux server == right|frameless # Install VS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

VS Code

MS VS code is a development tool to use various languaged program on local and remote server by utilizing an open source based code-server[1] as backend for Linux OS.

Window side VS code app uses SSH to connect code-server on server side so that various local and remote plugin can work locally and remotely.

VS Code connects to remote Linux server

Vscode ssh setup.png
  1. Install VS Code on your window
  2. Add SSH remote server with passwordless ssh login
  3. Connect to the SSH server

Vscode ssh.png

Reference