You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* This is coppied from @vscode/debugprotocol/lib/debugProtocol.d.ts because customRequest returns the body of the response and not the response itself */
/** The variable for which to retrieve its children. The `variablesReference` must have been obtained in the current suspended state. See 'Lifetime of Object References' in the Overview section for details. */
62
+
variablesReference?: number
63
+
}
64
+
59
65
/**
60
66
* This interface should always match the schema found in the mock-debug extension manifest.
61
67
*/
@@ -1496,9 +1502,18 @@ class PhpDebugSession extends vscode.DebugSession {
0 commit comments