| ... | ... | @@ -349,13 +349,18 @@ For information see: |
|
|
|
A quick tour on how to create a SSH connection, for much detailed information go to the [Official Documentation](https://code.visualstudio.com/docs/remote/ssh)
|
|
|
|
|
|
|
|
### Create an SSH Target
|
|
|
|
1) On the left side menu, click on `Remote Explorer` icon.
|
|
|
|
2) A pop-up `Enter SSH Connection Command` will appear, type the ssh command to connect. For example `ssh <user>@<host>`
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
1) On the left side menu, click on `Remote Explorer` icon (1).
|
|
|
|
2) If you have already some SSH connection defined, press the ssh + button (2).
|
|
|
|
3) A pop-up `Enter SSH Connection Command` will appear (3), type the ssh command to connect. For example `ssh <user>@<host>`
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
3) The target will be created and will appear on the SSH Target list on the `Remote Explorer` panel.
|
|
|
|
4) (Optional) You can edit the name of the target by pressing the `Configure` button on the `SSH Target` bar.
|
|
|
|
4) The target will be created and will appear on the SSH Target list on the `Remote Explorer` panel.
|
|
|
|
5) (Optional) You can edit the name of the target by pressing the `Configure` button on the `SSH Target` bar.
|
|
|
|
6) The menu File -> Open Folder will allow to open any folder on the remote host
|
|
|
|
|
|
|
|
### Open the project
|
|
|
|
Once the connection is done, go to `Explorer panel` and select `Open Project`, select the root folder of the project (the forder containing the `wscript` file with `declare_project`).
|
| ... | ... | |