MCPcopy Create free account
hub / github.com/microsoft/debugpy / initialize

Method initialize

src/debugpy/adapter/servers.py:282–287  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

280 return self.connection.ppid
281
282 def initialize(self, request):
283 assert request.is_request("initialize")
284 self.connection.authenticate()
285 request = self.channel.propagate(request)
286 request.wait_for_response()
287 self.capabilities = self.Capabilities(self, request.response)
288
289 # Generic request handler, used if there's no specific handler below.
290 @message_handler

Calls 4

is_requestMethod · 0.80
authenticateMethod · 0.80
propagateMethod · 0.45
wait_for_responseMethod · 0.45

Tested by

no test coverage detected