Skip to content

Commit

Permalink
Update description of remote.autoForwardPorts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 committed Nov 30, 2020
1 parent e7f19cf commit 858817e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
},
'remote.autoForwardPorts': {
type: 'boolean',
markdownDescription: localize('remote.autoForwardPorts', "When enabled, URLs with ports (ex. `http://127.0.0.1:3000`) that are printed to your terminals are automatically forwarded."),
markdownDescription: localize('remote.autoForwardPorts', "When enabled, new running processes are detected and ports that they listen on are automatically forwarded."),
default: true
}
}
Expand Down

0 comments on commit 858817e

Please sign in to comment.