Skip to content

Commit abc2e9d

Browse files
authored
Add supportsMemoryEvent (microsoft#165876)
For microsoft#164124
1 parent b02f65e commit abc2e9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ export class DebugSession implements IDebugSession {
306306
supportsProgressReporting: true, // #92253
307307
supportsInvalidatedEvent: true, // #106745
308308
supportsMemoryReferences: true, //#129684
309-
supportsArgsCanBeInterpretedByShell: true // #149910
309+
supportsArgsCanBeInterpretedByShell: true, // #149910
310+
supportsMemoryEvent: true
310311
});
311312

312313
this.initialized = true;

0 commit comments

Comments
 (0)