mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
5f2685c3b7
commit
cdd28e4b94
1 changed files with 30 additions and 0 deletions
30
workflow/vscode_ssh/README.md
Normal file
30
workflow/vscode_ssh/README.md
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Working remotely via ssh
|
||||||
|
{:.no_toc}
|
||||||
|
|
||||||
|
<nav markdown="1" class="toc-class">
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue