Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 15.11.2025 10 коммитов
-
-
Copilot создал
-
-
Tyler James Leonhardt создал
In order to not complicate VS Code API, the initial design of dynamic auth providers was to register one per auth server/resource server pair. > note resource server is the same as mcp server more-or-less that's why the auth provider id was a combo of those two urls. However, after registration, when we wanted to see what auth provider an mcp server would use, we'd only look at the auth server uri... this caused a bug where the same auth provider was being re-used for multiple mcp servers, even though those are 2 different resources. The fix? When fetching what auth provider to use, also pass in the resource server and look at the resource server on the auth provider to see if they match. I still think we need an larger re-design to allow auth providers to take in `resource`s ...but this addresses the issue for now. We will need to do this once Entra supports `resource` which should happen in the new year ..,,..... maybe Fixes https://github.com/microsoft/vscode/issues/272047
-
-
Daniel Imms создал
Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/test/electron-browser/runInTerminalTool.test.ts Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> -
-
-
-
-
-
- 14.11.2025 30 коммитов
-
-
Matt Bierner создал
-
-
Dmitriy Vasyura создал
* Ignore double-click event on Quick Pick title when the target is a button * PR feedback
-
-
-
Raymond Zhao создал
-
-
Connor Peet создал
-
Daniel Imms создал
-
Artem Busorgin создал
* Set TextDecoder.ignoreBOM to true in VSBuffer * leave default encoding --------- Co-authored-by:
Benjamin Pasero <benjamin.pasero@gmail.com> -
-
-
-
-
-
-
Daniel Imms создал
-
Daniel Imms создал
-
Osvaldo Ortega создал
-
Aaron Munger создал
* put more info in assert message * Update src/vs/workbench/contrib/notebook/test/browser/contrib/notebookOutline.test.ts Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> -
-
-
Johannes Rieken создал
-
Megan Rogge создал
-
Benjamin Pasero создал
* agent sessions - support to show session from chat view * filter properly * fix tests
-
Ladislau Szomoru создал
-
Martin Aeschlimann создал
-
-
Johannes Rieken создал
-
Alexandru Dima создал
-