We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ea859 commit 08098a5Copy full SHA for 08098a5
README.md
@@ -2,7 +2,7 @@
2
3
A simple command for starting vscode in a remote ssh folder.
4
5
-# Usage
+## Usage
6
7
You need to have node and vscode installed.
8
@@ -24,7 +24,7 @@ alternativly you can also run directly via npx (note: only the `ssh-code` comman
24
npx ssh-code user@host:/path
25
```
26
27
-# How it works
+## How it works
28
29
All it does is parse the user, host and path from the arguments and run the vscode command:
30
@@ -33,6 +33,6 @@ code --folder-uri=vscode-remote://ssh-remote+<user>@<host>/<path>
33
34
see the [related issue](https://github.com/microsoft/vscode-remote-release/issues/3324) for more info.
35
36
-# License
+## License
37
38
MIT
0 commit comments