Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 17.11.2025 18 коммитов
-
-
Logan Ramos создал
-
Ladislau Szomoru создал
-
Benjamin Pasero создал
* select box - more styling tweaks * Update src/vs/base/browser/ui/selectBox/selectBoxCustom.ts Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
* cleanup
---------
Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> -
Ladislau Szomoru создал
* Tree - add option to be able to specify an additional css class for the twistie element * Update src/vs/workbench/contrib/scm/browser/scmViewPane.ts Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
* Move code around
* Pull request feedback
* Pull request feedback
---------
Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> -
-
Benjamin Pasero создал
-
Benjamin Pasero создал
-
-
mrleemurray создал
-
-
Copilot создал
* Initial plan * Add test for issue #251527 - BOM character preservation in VSBuffer Co-authored-by:
bpasero <900690+bpasero@users.noreply.github.com>
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
bpasero <900690+bpasero@users.noreply.github.com> -
Benjamin Pasero создал
-
Benjamin Pasero создал
Setting and removing `window.activeBorder` color does not reset the window border color (fix #264569) (#277359)
⛔ setting and removing `window.activeBorder` color does not reset the window border color (fix #264569) -
-
-
-
-
Dmitriy Vasyura создал
-
- 16.11.2025 5 коммитов
-
-
Benjamin Pasero создал
-
Benjamin Pasero создал
-
Benjamin Pasero создал
-
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 17 коммитов
-
-
-
-
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
-
-