Skip to content

Commit 4c226dd

Browse files
authored
Add Terminate Debuggee capability (#1824)
1 parent 40a471e commit 4c226dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/debugpy/adapter/clients.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def initialize_request(self, request):
191191
"supportsSetExpression": True,
192192
"supportsSetVariable": True,
193193
"supportsValueFormattingOptions": True,
194+
"supportsTerminateDebuggee": True,
194195
"supportsTerminateRequest": True,
195196
"supportsGotoTargetsRequest": True,
196197
"supportsClipboardContext": True,

0 commit comments

Comments
 (0)