Visual Studio Code: Difference between revisions
Line 16: | Line 16: | ||
== Connection issue == | == Connection issue == | ||
There are many SSH connection issues on internet between window and Linux server. most common one is Websocket disconnection with 1006 error. from the inlab debugging experience the most potential reason would be in which websocket's network routing path between Window side and Server side, since the socket disconnection issue is more common when we try SSH over VPN environment as well as unstable version of Remote SSH extension. | There are many SSH connection issues on internet between window and Linux server. most common one is Websocket disconnection with 1006 error. from the inlab debugging experience the most potential reason would be in which websocket's network routing path between Window side and Server side, since the socket disconnection issue is more common when we try SSH over VPN environment as well as unstable version of Remote SSH extension. | ||
With v0.101.2023041015 of Remote SSH extension, our team does not have any issue to connect DLS server or Micro data center. | |||
== Reference == | == Reference == | ||
<references /> | <references /> |
Revision as of 18:59, 1 May 2023
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 uses SSH protocol to connect server side code-server so if you can ssh to the remote server on windows command prompt or powershell, that means the SSH path from window to server would no issue and ready to use VSCode's remote SSH.
VS Code connects to remote Linux server
Install VS Code on your window
Add SSH remote server with passwordless ssh login
Connect to the SSH server
Connection issue
There are many SSH connection issues on internet between window and Linux server. most common one is Websocket disconnection with 1006 error. from the inlab debugging experience the most potential reason would be in which websocket's network routing path between Window side and Server side, since the socket disconnection issue is more common when we try SSH over VPN environment as well as unstable version of Remote SSH extension.
With v0.101.2023041015 of Remote SSH extension, our team does not have any issue to connect DLS server or Micro data center.