Skip to content

Commit aec7664

Browse files
authored
tunnels: slight wording fix on preventSleep (#200664)
Fixes microsoft/vscode-remote-release#9161
1 parent b70a276 commit aec7664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/remoteTunnel/electron-sandbox/remoteTunnel.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
807807
default: ''
808808
},
809809
[CONFIGURATION_KEY_PREVENT_SLEEP]: {
810-
description: localize('remoteTunnelAccess.preventSleep', "Prevent the computer from sleeping when remote tunnel access is turned on."),
810+
description: localize('remoteTunnelAccess.preventSleep', "Prevent this computer from sleeping when remote tunnel access is turned on."),
811811
type: 'boolean',
812812
scope: ConfigurationScope.APPLICATION,
813813
default: false,

0 commit comments

Comments
 (0)