Skip to content

Commit

Permalink
Add Terminate Debuggee capability
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Feb 4, 2025
1 parent 40a471e commit e315648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/debugpy/adapter/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def initialize_request(self, request):
"supportsSetExpression": True,
"supportsSetVariable": True,
"supportsValueFormattingOptions": True,
"supportsTerminateDebuggee": True,
"supportsTerminateRequest": True,
"supportsGotoTargetsRequest": True,
"supportsClipboardContext": True,
Expand Down

0 comments on commit e315648

Please sign in to comment.