Skip to content

Commit 305bf14

Browse files
authored
Remove icon from input row in ports view (#118649)
1 parent b5af426 commit 305bf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/remote/browser/tunnelView.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class TunnelViewModel implements ITunnelViewModel {
7676
readonly input = {
7777
name: nls.localize('remote.tunnelsView.addPort', "Add Port"),
7878
label: nls.localize('remote.tunnelsView.add', "Forward a Port..."),
79-
icon: forwardPortIcon,
79+
icon: undefined,
8080
tunnelType: TunnelType.Add,
8181
remoteHost: '',
8282
remotePort: 0,

0 commit comments

Comments
 (0)