We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a471e commit 4c226ddCopy full SHA for 4c226dd
src/debugpy/adapter/clients.py
@@ -191,6 +191,7 @@ def initialize_request(self, request):
191
"supportsSetExpression": True,
192
"supportsSetVariable": True,
193
"supportsValueFormattingOptions": True,
194
+ "supportsTerminateDebuggee": True,
195
"supportsTerminateRequest": True,
196
"supportsGotoTargetsRequest": True,
197
"supportsClipboardContext": True,
0 commit comments