Skip to content

Commit

Permalink
Merge pull request #21 from SuessLabs/feature/LaunchDebugger
Browse files Browse the repository at this point in the history
Removed setting for remote host port
  • Loading branch information
DamianSuess authored Apr 29, 2022
2 parents e878a9b + c0b95f3 commit cde5c98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/VsLinuxDebugger/OptionsPages/OptionsPage.Ssh.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ public partial class OptionsPage : DialogPage
[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.")]
public string HostIp { get; set; } = "127.0.0.1";

[Category(Credientials)]
[DisplayName("Host Port Number (22)")]
[Description("Remote Host Port Number (SSH Default is 22)")]
////[Category(Credientials)]
////[DisplayName("Host Port Number (22)")]
////[Description("Remote Host Port Number (SSH Default is 22)")]
public int HostPort { get; set; } = 22;

[Category(Credientials)]
Expand Down

0 comments on commit cde5c98

Please sign in to comment.