Skip to content

Commit

Permalink
Remove icon from input row in ports view (#118649)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 authored Mar 10, 2021
1 parent b5af426 commit 305bf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/remote/browser/tunnelView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class TunnelViewModel implements ITunnelViewModel {
readonly input = {
name: nls.localize('remote.tunnelsView.addPort', "Add Port"),
label: nls.localize('remote.tunnelsView.add', "Forward a Port..."),
icon: forwardPortIcon,
icon: undefined,
tunnelType: TunnelType.Add,
remoteHost: '',
remotePort: 0,
Expand Down

0 comments on commit 305bf14

Please sign in to comment.