resolveDebugConfigurationWithSubstitutedVariables
resolveDebugConfigurationWithSubstitutedVariables: ((folder, debugConfiguration) => Promise<undefined | null | DebugConfiguration>)
Type declaration
- (folder, debugConfiguration): Promise<undefined | null | DebugConfiguration>
Parameters
- folder: undefined | string
- debugConfiguration: DebugConfiguration
Returns Promise<undefined | null | DebugConfiguration>
After https://github.com/eclipse-theia/theia/pull/13196, the debug config handles might change. Store the original handle to be able to call the extension host when getting by handle.