Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.


Auszug

Visual Studio Code  is is an IDE with full support for remote code development.

...

Users install and run VS Code on their own machine. On the remote side no module is needed needs to be loaded - the client installs its own server automatically (~/.vscode-server).

...

4) in VScode open the Command Palette, type/enter: Remote – SSH: Connect to Host, and provide the specific name of your allocated compute node, e.g. bcn####

...

Steps 2) and 4) need to be executed each time running VScode on a compute node. All other steps are required one time only - are permanent.

Optional: containerized VScode server

Advantage: inside container user has more rights, e.g., can use dnf.

...