You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Let's cover the case where connecting to fetch the remote extension info fails
173
-
remoteAgentService.getEnvironment(true)
177
+
remoteAgentService.getRawEnvironment()
174
178
.then(undefined,err=>{
175
179
if(!RemoteAuthorityResolverError.isHandled(err)){
176
180
notificationService.error(nls.localize('connectionError',"Failed to connect to the remote extension host server (Error: {0})",err ? err.message : ''));
0 commit comments