Connor Peet
Connor Peet
Please add `trace = true` to your launch config and share the log file that you get from that (path will be written to the DA output.) That will contain...
https://github.com/microsoft/vscode/wiki/Performance-Issues#slow-startup
I'm not a huge fan of this proposal since an MCP server does not always know where the client environment is and its network conditions. Consider... - Cloud hosted MCP...
> Perhaps the alternative approach with directUri would be better for use cases like this? How would the MCP server in this case know how / where to create that?...
> It's up to the SDK to upgrade to this if it makes sense for a particular request, so this wouldn't necessarily cause problems. The SDK on the server would...
I think the hint is moving in the right direction. As a client implementor I would want a little clarification on "client must confirm that the server is local before...
I don't repro this, can you share a gif? /gifPlease
I was looking at this for VS Code and noticed the case of `SamplingMessage` not being an array type. For our client I'm only going to keep the text part...
> is the watchdog interface likely to remain stable? Maybe, we make no promises. I notice there is a Cloudflare workers extension already https://marketplace.visualstudio.com/items?itemName=cloudflare.cloudflare-workers-bindings-extension. Could you leverage the API I...
> there's a requirement to start a debug session manually in the extension Yes, but this is pretty easy via a call to `vscode.debug.startDebugging > I think ideally we'd love...