Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 20.05.2025 2 коммита
-
-
Aiday Marlen Kyzy создал
-
Aiday Marlen Kyzy создал
-
- 19.05.2025 7 коммитов
-
-
Aiday Marlen Kyzy создал
-
Aiday Marlen Kyzy создал
-
Aiday Marlen Kyzy создал
-
Alexandru Dima создал
-
-
Justin Chen создал
-
Rob Lourens создал
-
- 18.05.2025 3 коммита
-
-
Ladislau Szomoru создал
-
-
-
- 17.05.2025 12 коммитов
-
-
-
Connor Peet создал
* mcp: add a devmode for MCP servers Some
✈ ️ hacking. This adds a `dev` option to MCP servers with optional properties that looks like: ```json { "servers": { "everything": { "type": "stdio", "command": "node", "args": [ "tsx", "${workspaceFolder}/index.ts" ], "dev": { "watch": "*.ts", "debug": "node" } } } } ``` This does the following: - Automatically starts the MCP server with VS Code - With `watch` file patterns, restarts the server when those files are changed. - With `debug: 'node' | 'python'`, will debug the server in that mode - Make the Output view for the MCP server open more aggressively and promotes traffic log level to `info` (visible by default) * separate debug action, support python debugging a bit -
Benjamin Pasero создал
-
Benjamin Pasero создал
-
-
Justin Chen создал
-
-
-
Connor Peet создал
-
Connor Peet создал
* mcp: v1 support for mcp prompts Adds /slash commands, which can attach text and known resource types. Refs #244173 * omit assistant prompts
-
-
Megan Rogge создал
-
- 16.05.2025 16 коммитов
-
-
-
Logan Ramos создал
-
Sandeep Somavarapu создал
-
Justin Chen создал
* simple browser fix for livepreview and navigation * better handling of page change
-
Michael Lively создал
bring back container focus. useful for visual indication of "what is going on"
-
Osvaldo Ortega создал
-
Joyce Er создал
-
Tyler James Leonhardt создал
This hooks up everything auth-y to MCP. It's basically implemented by following what we do in Auth land for extensions and doing that again for MCP servers... so it's a lot of code, but it's logic is the same for extensions for the most part. The MCP side of things... this follows the spec: https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization To discover the server metadata needed to get a token to add to MCP requests. This works by leveraging the new Auth issuers API and mapping issuers to auth providers. What will come in the next PR is dynamic creation of an auth provider based on this server information.
-
Sandeep Somavarapu создал
-
Johannes Rieken создал
* when invoking agents, allow the IPC protocol to send multiple response chunks in one message prep for https://github.com/microsoft/vscode/issues/249083 * make `TextEdit#asEditOperation` aware of the type of edits maybe related to https://github.com/microsoft/vscode-copilot/issues/16964 * `IStreamingEdits` should atomically know if edits are the last set of edits re https://github.com/microsoft/vscode/issues/249083 * add `IModifiedFileEntry#waitsForLastEdits` and derive auto-save- and squiggle-block from that
-
Ladislau Szomoru создал
-
Sandeep Somavarapu создал
-
Benjamin Pasero создал
-
Benjamin Pasero создал
-
Benjamin Pasero создал
-
-