Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/vs-code-setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Connecting via SSH

**Important**: Make sure that your VS Code does not hamper filesystem performance by following our list of [dos and don'ts][patterns].

1. Download VS Code https://code.visualstudio.com/
2. Download the extension "Remote - SSH" from Microsoft.

Expand All @@ -12,3 +14,6 @@
4. Use the folder symbol to explore a specific folder on the connected node.

![Remote Folder](./assets/vs_code_ssh_remote_folder.png)


[patterns]: patterns.md
Loading