Better variable resolve on remote

Part of microsoft/vscode-remote-release#2619
This commit is contained in:
Alex Ross
2020-09-15 13:29:45 +02:00
parent 2ccce8200b
commit 49ec999d80
5 changed files with 66 additions and 27 deletions

View File

@@ -1032,7 +1032,7 @@ export class ExtHostVariableResolverService extends AbstractVariableResolverServ
}
return undefined;
}
}, env, !editorService);
}, undefined, env, !editorService);
}
}