We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1773727 commit 983fe34Copy full SHA for 983fe34
src/vs/workbench/contrib/debug/browser/debugSession.ts
@@ -42,7 +42,7 @@ import { IPaneCompositePartService } from 'vs/workbench/services/panecomposite/b
42
export class DebugSession implements IDebugSession {
43
44
private _subId: string | undefined;
45
- private raw: RawDebugSession | undefined;
+ raw: RawDebugSession | undefined; // made public because tests assume this exists
46
private initialized = false;
47
private _options: IDebugSessionOptions;
48
0 commit comments