From d37669551c08b217e596d95b93a4faa8e4849379 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:07:44 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 320d0c5..eb75dee 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * [VS Code Python Interactive window](workflow/vscode_interactive/README.md) * [VS Code Markdown](workflow/vscode_markdown/README.md) * [VS Code Debugging](workflow/vscode_debug/README.md) +* [VS Code Working remotely via ssh](workflow/vscode_ssh/README.md) Important VS Code notes: * You can mark segments of source node with your mouse (or keyboard) and use the TAB key to increase the level of the indentation or use SHIFT + TAB do decrease the indentation level. ​