Skip to content

Commit 5441e84

Browse files
committed
tweak wording
1 parent b7ec5e8 commit 5441e84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/remote/common/abstractRemoteAgentService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class RemoteConnectionFailureNotificationContribution implements IWorkbenchContr
125125
) {
126126
// Let's cover the case where connecting to fetch the remote extension info fails
127127
remoteAgentService.getEnvironment(true)
128-
.then(undefined, err => notificationService.error(nls.localize('connectionError', "Failed to connect to the remote extension host agent (Error: {0})", err ? err.message : '')));
128+
.then(undefined, err => notificationService.error(nls.localize('connectionError', "Failed to connect to the remote extension host server (Error: {0})", err ? err.message : '')));
129129
}
130130

131131
}

0 commit comments

Comments
 (0)