You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/linux/connect-to-your-remote-linux-computer.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ To build the project, Visual Studio copies the source code to your remote Linux
41
41
42
42
::: moniker range=">=msvc-150"
43
43
44
-
## Set up the SSH server on the remote Linux system
44
+
## Set up the SSH server on the remote machine
45
45
46
46
If `ssh` isn't already set up and running on your Linux system, follow these steps to install it. The examples in this article use Ubuntu 18.04 LTS with OpenSSH server version 7.6. However, the instructions should be the same for any distro using a moderately recent version of OpenSSH.
47
47
@@ -58,9 +58,9 @@ If `ssh` isn't already set up and running on your Linux system, follow these ste
58
58
sudo systemctl enable ssh
59
59
```
60
60
61
-
## Set up the remote connection from your local machine
61
+
## Set up the remote connection
62
62
63
-
1. In Visual Studio on your Windows system, choose **Tools > Options** on the menu bar to open the **Options** dialog. Then select **Cross Platform > Connection Manager** to open the Connection Manager dialog.
63
+
1. In Visual Studio on your local Windows system, choose **Tools > Options** on the menu bar to open the **Options** dialog. Then select **Cross Platform > Connection Manager** to open the Connection Manager dialog.
64
64
65
65
If you haven't set up a connection in Visual Studio before, when you build your project for the first time, Visual Studio opens the Connection Manager dialog for you.
66
66
@@ -191,7 +191,7 @@ For example: `KexAlgorithms ecdh-sha2-nistp256,ecdh-sha2-nistp384`
191
191
Add: `HostKeyAlgorithms <algorithms to enable>`
192
192
For example: `HostKeyAlgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp384`
193
193
194
-
## Logging for remote connections
194
+
## Set up logging for remote connections
195
195
196
196
You can enable logging to help troubleshoot connection problems. On the menu bar, select **Tools > Options**. In the **Options** dialog, select **Cross Platform > Logging**:
197
197
@@ -211,7 +211,7 @@ You can configure the output to go to a file or to the **Cross Platform Logging*
211
211
212
212
::: moniker range=">=msvc-150"
213
213
214
-
## TCP Port Forwarding
214
+
## TCP port forwarding
215
215
216
216
The `rsync` command is used by both MSBuild-based Linux projects and CMake projects to [copy headers from your remote system to Windows for use by IntelliSense](configure-a-linux-project.md#remote_intellisense). When you can't enable TCP port forwarding, disable the automatic download of remote headers. To disable it, use **Tools > Options > Cross Platform > Connection Manager > Remote Headers IntelliSense Manager**. If the remote system doesn't have TCP port forwarding enabled, this error appears when the download of remote headers for IntelliSense begins:
Copy file name to clipboardExpand all lines: docs/windows/creating-an-icon-or-other-image-image-editor-for-icons.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,9 +190,9 @@ The hot spot of a cursor is the point to which Windows refers in tracking the cu
190
190
191
191
The **Hotspot** property in the **Properties** window displays the new coordinates.
192
192
193
-
### To create and save a bitmap as a .gif or .jpeg
193
+
### To create and save a bitmap as GIF or JPEG
194
194
195
-
When you create a bitmap, the image is created in bitmap format (*`.bmp`*). You can, however, save the image as a GIF or JPEG or in other graphic formats.
195
+
When you create a bitmap, the image is created in bitmap format (*`.bmp`*). You can, however, save the image as a *`.gif`* or *`.jpeg`* or in other graphic formats.
196
196
197
197
> [!NOTE]
198
198
> This process doesn't apply to icons and cursors.
0 commit comments