Skip to content

Commit 95ab7e3

Browse files
committed
Longer description for remote.autoForwardPorts
1 parent a63e0a0 commit 95ab7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/remote/common/remote.contribution.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
133133
},
134134
'remote.autoForwardPorts': {
135135
type: 'boolean',
136-
markdownDescription: localize('remote.autoForwardPorts', "When enabled, new running processes are detected and ports that they listen on are automatically forwarded."),
136+
markdownDescription: localize('remote.autoForwardPorts', "When enabled, new running processes are detected and ports that they listen on are automatically forwarded. Disabling this setting will not prevent all ports from being forwarded. Even when disabled, extensions will still be able to cause ports to be forwarded, and opening some URLs will still cause ports to forwarded."),
137137
default: true
138138
},
139139
'remote.autoForwardPortsSource': {

0 commit comments

Comments
 (0)