Skip to content

Commit 983fe34

Browse files
committed
workaround debug service test hack
1 parent 1773727 commit 983fe34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/debug/browser/debugSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { IPaneCompositePartService } from 'vs/workbench/services/panecomposite/b
4242
export class DebugSession implements IDebugSession {
4343

4444
private _subId: string | undefined;
45-
private raw: RawDebugSession | undefined;
45+
raw: RawDebugSession | undefined; // made public because tests assume this exists
4646
private initialized = false;
4747
private _options: IDebugSessionOptions;
4848

0 commit comments

Comments
 (0)