reverse variable substitution passes; fixes #51075

This commit is contained in:
Andre Weinand
2018-06-13 01:01:41 +02:00
parent 94a491940d
commit db9865bd13
5 changed files with 147 additions and 52 deletions

View File

@@ -653,4 +653,8 @@ export class ExtHostVariableResolverService implements IConfigurationResolverSer
public executeCommandVariables(configuration: any, variables: IStringDictionary<string>): TPromise<IStringDictionary<string>> {
throw new Error('findAndExecuteCommandVariables not implemented.');
}
public resolveWithCommands(folder: IWorkspaceFolder, config: any): TPromise<any> {
throw new Error('resolveWithCommands not implemented.');
}
}