We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd9b88 commit 0196522Copy full SHA for 0196522
1 file changed
src/debugpy/adapter/clients.py
@@ -205,7 +205,6 @@ def initialize_request(self, request):
205
#
206
# See https://github.com/microsoft/vscode/issues/4902#issuecomment-368583522
207
# for the sequence of request and events necessary to orchestrate the start.
208
- @staticmethod
209
def _start_message_handler(f):
210
@components.Component.message_handler
211
def handle(self, request: messaging.Message):
0 commit comments