mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Make easy adoptions of async configuation resolver service (#120326)
* Make easy adoptions of async configuation resolver service Part of #108804 * Also adopt in exthostDebug * Add another terminal adoption
This commit is contained in:
@@ -384,7 +384,7 @@ export abstract class ExtHostDebugServiceBase implements IExtHostDebugService, E
|
||||
}
|
||||
};
|
||||
}
|
||||
return this._variableResolver.resolveAny(ws, config);
|
||||
return this._variableResolver.resolveAnyAsync(ws, config);
|
||||
}
|
||||
|
||||
protected createDebugAdapter(adapter: IAdapterDescriptor, session: ExtHostDebugSession): AbstractDebugAdapter | undefined {
|
||||
|
||||
Reference in New Issue
Block a user