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 b02f65e commit abc2e9dCopy full SHA for abc2e9d
src/vs/workbench/contrib/debug/browser/debugSession.ts
@@ -306,7 +306,8 @@ export class DebugSession implements IDebugSession {
306
supportsProgressReporting: true, // #92253
307
supportsInvalidatedEvent: true, // #106745
308
supportsMemoryReferences: true, //#129684
309
- supportsArgsCanBeInterpretedByShell: true // #149910
+ supportsArgsCanBeInterpretedByShell: true, // #149910
310
+ supportsMemoryEvent: true
311
});
312
313
this.initialized = true;
0 commit comments