Skip to content
Snippets Groups Projects
Commit 12795597 authored by Ilya Zhukov's avatar Ilya Zhukov
Browse files

Update blog

parent ab9ce065
Branches
No related tags found
No related merge requests found
Pipeline #184817 failed
...@@ -20,7 +20,7 @@ Jumping into remote development might feel scary at first, but with Visual Studi ...@@ -20,7 +20,7 @@ Jumping into remote development might feel scary at first, but with Visual Studi
![Remote search](VSCode_1.png) ![Remote search](VSCode_1.png)
Install the "Remote Explorer" extension pack from Microsoft. Install the "Remote Explorer" extension pack from Microsoft.
![Extensions view](VSCode_2.png) ![Install remote explorer](VSCode_2.png)
## Step 3: Connect to Your Remote System ## Step 3: Connect to Your Remote System
Once the extension pack is installed, you'll see a new icon in the Activity Bar on the side. Once the extension pack is installed, you'll see a new icon in the Activity Bar on the side.
...@@ -45,7 +45,7 @@ The SSH config file is a text file where you can store settings for your SSH con ...@@ -45,7 +45,7 @@ The SSH config file is a text file where you can store settings for your SSH con
::: :::
Now you will see new entry in your "Remotes" Now you will see new entry in your "Remotes"
![Extensions view](VSCode_8.png) ![New entry in remotes](VSCode_8.png)
To connect to the remote you hover over the entry and select either "Connect in Current Window" (arrow icon) or "Connect in New Window". And a new terminal will be opened. To connect to the remote you hover over the entry and select either "Connect in Current Window" (arrow icon) or "Connect in New Window". And a new terminal will be opened.
...@@ -58,7 +58,7 @@ To connect to the remote you hover over the entry and select either "Connect in ...@@ -58,7 +58,7 @@ To connect to the remote you hover over the entry and select either "Connect in
![Do not use $HOME](VSCode_10.png) ![Do not use $HOME](VSCode_10.png)
Therefore we are going to mount $PROJECT directory, e.g. ```/p/project/training2410``` Therefore we are going to mount $PROJECT directory, e.g. ```/p/project/training2410```
![Mount $Project directory](VSCode_11.png) ![Mount $PROJECT directory](VSCode_11.png)
The VS Code prompt appears when you open a new folder for the first time, asking if it should be trusted. If you're confident that simply browsing the directory is safe, select the appropriate option as shown below. This enables all editor features for that directory, safeguarding against potential dangers from malicious sources. The VS Code prompt appears when you open a new folder for the first time, asking if it should be trusted. If you're confident that simply browsing the directory is safe, select the appropriate option as shown below. This enables all editor features for that directory, safeguarding against potential dangers from malicious sources.
...@@ -69,7 +69,7 @@ To connect to the remote you hover over the entry and select either "Connect in ...@@ -69,7 +69,7 @@ To connect to the remote you hover over the entry and select either "Connect in
::: :::
![Extensions view](VSCode_12.png) ![Trust the workspace](VSCode_12.png)
Now you can work on remote system as on your local machine. Now you can work on remote system as on your local machine.
...@@ -79,6 +79,6 @@ To connect to the remote you hover over the entry and select either "Connect in ...@@ -79,6 +79,6 @@ To connect to the remote you hover over the entry and select either "Connect in
::: :::
![Extensions view](VSCode_13.png) ![VSCode final view](VSCode_13.png)
Happy coding with VS Code! Happy coding with VS Code!
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment