mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
reverse variable substitution passes; fixes #51075
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user