mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 06:25:37 +00:00
tweak wording
This commit is contained in:
parent
b7ec5e8e6c
commit
5441e8475f
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class RemoteConnectionFailureNotificationContribution implements IWorkbenchContr
|
|||
) {
|
||||
// Let's cover the case where connecting to fetch the remote extension info fails
|
||||
remoteAgentService.getEnvironment(true)
|
||||
.then(undefined, err => notificationService.error(nls.localize('connectionError', "Failed to connect to the remote extension host agent (Error: {0})", err ? err.message : '')));
|
||||
.then(undefined, err => notificationService.error(nls.localize('connectionError', "Failed to connect to the remote extension host server (Error: {0})", err ? err.message : '')));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue