Skip to content

Commit cde5c98

Browse files
authored
Merge pull request #21 from SuessLabs/feature/LaunchDebugger
Removed setting for remote host port
2 parents e878a9b + c0b95f3 commit cde5c98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/VsLinuxDebugger/OptionsPages/OptionsPage.Ssh.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ public partial class OptionsPage : DialogPage
1414
[Description("Host IP Address. On VMs using 'NAT', set IP to '127.0.0.1' and forward Port 22. PCs and VMs 'Bridged', have their own IP.")]
1515
public string HostIp { get; set; } = "127.0.0.1";
1616

17-
[Category(Credientials)]
18-
[DisplayName("Host Port Number (22)")]
19-
[Description("Remote Host Port Number (SSH Default is 22)")]
17+
////[Category(Credientials)]
18+
////[DisplayName("Host Port Number (22)")]
19+
////[Description("Remote Host Port Number (SSH Default is 22)")]
2020
public int HostPort { get; set; } = 22;
2121

2222
[Category(Credientials)]

0 commit comments

Comments
 (0)