Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 16.11.2025 2 коммита
-
-
Rob Lourens создал
Fix #277307 The change in the onDidChangeItemHeight is definitely an issue. The change in layout probably won't happen, I don't see a way that we would do a layout when the widget is hidden, but we should check isVisible there anyway
-
Rob Lourens создал
* Fix localized tool markdownDescriptions And add a lint rule * Just keep this the same * Fixes
-
- 15.11.2025 25 коммитов
-
-
-
-
Copilot создал
* Initial plan * Add editor.inactiveLineHighlightBackground setting Co-authored-by:
alexdima <5047891+alexdima@users.noreply.github.com>
* 💄 --------- Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
alexdima <5047891+alexdima@users.noreply.github.com>
Co-authored-by:
Alex Dima <alexdima@microsoft.com> -
Alexandru Dima создал
-
-
-
-
Harald Kirschner создал
-
-
-
Copilot создал
-
Matt Bierner создал
-
Matt Bierner создал
Wth node 20.18, we can now run these typescript files directly instead of having to use ts-node
-
-
Karthik Nadig создал
-
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 создал
-
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> -
-
-
-
-
-
Daniel Imms создал
-
- 14.11.2025 13 коммитов
-
-
Matt Bierner создал
-
-
Dmitriy Vasyura создал
* Ignore double-click event on Quick Pick title when the target is a button * PR feedback
-
-
Daniel Imms создал
-
-
-
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> -
-