mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
debug api: fix _findProcessByUUID
This commit is contained in:
@@ -97,6 +97,10 @@ export class ExtHostDebugSession implements vscode.DebugSession {
|
||||
this._name = name;
|
||||
};
|
||||
|
||||
public get id(): string {
|
||||
return this._id;
|
||||
}
|
||||
|
||||
public get type(): string {
|
||||
return this._type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user