Connor Peet
Connor Peet
If you run the "Toggle Developer Tools" command, are there any logs there?
> Also a package-lock does not guarantee the packages have not been altered (version deleted and republished). The package-lock does include package checksums which are proof against modification. > My...
Thanks, 1. if you run the "toggle developer tools" command in the vscode window, do you see any errors: 2. do you see any warning ⚠️ on your terminal tab/title...
Can we handle this in the existing vsDebugServer? E.g. it already can be run as `node debug-server.js `, maybe if the port number is not numeric/is an absolute path we...
Closing as part of our housekeeping, if you still need this let me know or reopen it
@TylerLeonhardt we probe for accounts on both providers but don't want to show a notification here, is there a way to avoid it?
There's not really any notion of 'prompt templates' in MCP, just prompts with or without arguments.
I made a change to avoid issue (1) that you mentioned. The paths and patterns passed in this and other config options are not regexes, but globs that we match...
As you said, npm packages already have a `engines` field, and Pypi has a `requires_python` field. Dotnet also [seems to have this](https://www.nuget.org/packages/newtonsoft.json/#supportedframeworks-body-tab) though I am less familiar with that. Docker...
Yea, I understand where you're coming from, and I think it's ultimately a design choice of the registry (https://github.com/modelcontextprotocol/registry/issues/131). From early talks with Anthropic folks, I think VS Code will...