From cdd28e4b9438fc86b55d6f7ca2245d9dc4a3408d Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:48:13 +0100 Subject: [PATCH] Create README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- workflow/vscode_ssh/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 workflow/vscode_ssh/README.md diff --git a/workflow/vscode_ssh/README.md b/workflow/vscode_ssh/README.md new file mode 100644 index 0000000..ed8456e --- /dev/null +++ b/workflow/vscode_ssh/README.md @@ -0,0 +1,30 @@ +# Working remotely via ssh +{:.no_toc} + + + +## Top + +Develop your code with [VS code remotely via a ssh connection](https://code.visualstudio.com/docs/remote/ssh). + +Questions to [David Rotermund](mailto:davrot@uni-bremen.de) + +## Installation + +We need to install the Remote ssh extension + +!(image0)[image0.png] + +and these one too: + +!(image1)[image1.png] + +However, the second one should be installed automatically. + + + +```python +```