Visual Studio Code : Remote - Containers, Remote - WSL, Remote - SSH

Microsoft releases 3 extension previews for its VSCode code editor.

  • Remote WSL - Open any folder in Windows Subsystem for Linux (WSL),
  • Remote Containers - allows you to use a Docker container,
  • Remote SSH - Open any folder on the remote computer using SSH.

All three of these extensions allow you to work with files on other computers or containers as if they were local.
Those. use all the features offered by VS Code, such as debugging, substitution, highlighting, etc. when editing code.

Source: linux.org.ru

Add a comment