mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
add comments
This commit is contained in:
@@ -239,6 +239,9 @@ export class MainThreadDebugService implements MainThreadDebugServiceShape {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* DebugAdapter that communicates via extension protocol with another debug adapter.
|
||||
*/
|
||||
class ExtensionHostDebugAdapter extends AbstractDebugAdapter {
|
||||
|
||||
constructor(private _handle: number, private _proxy: ExtHostDebugServiceShape, private _debugType: string, private _adapterExecutable: IAdapterExecutable | null) {
|
||||
@@ -275,6 +278,9 @@ class ExtensionHostDebugAdapter extends AbstractDebugAdapter {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Interim abstraction for managing debug funtionality in EH.
|
||||
*/
|
||||
class ExtensionHostDebugAdapterProvider {
|
||||
|
||||
private _debugAdapters: Map<number, ExtensionHostDebugAdapter>;
|
||||
|
||||
Reference in New Issue
Block a user