From 4fc993f5cac74af3e85665ccb1e0fe7c00dc73ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Mon, 23 Mar 2026 15:27:41 +0100 Subject: [PATCH] Link to patterns from VS Code section --- docs/vs-code-setup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/vs-code-setup.md b/docs/vs-code-setup.md index 2a1b204..235f50b 100644 --- a/docs/vs-code-setup.md +++ b/docs/vs-code-setup.md @@ -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. @@ -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