Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 12.11.2025 13 коммитов
-
-
Bryan Chen создал
-
Dmitriy Vasyura создал
* Move accent-insensitive filtering to common * Reuse normalizeNFD and its cache. * PR feedback
-
Copilot создал
* Initial plan * Fix quickpick checkbox toggle when focused and highlighted items differ Co-authored-by:
dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
* Simplify fix: revert checkbox state when not focused
Co-authored-by:
dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
* Address code review feedback: check data.element and clarify comments
Co-authored-by:
dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
* Remove checkboxes from tab order instead of checking focus state
Address feedback from @dmitrivMS to remove tab stops from tree items since they are already navigable with arrow keys. This is a simpler solution that prevents the issue at the root cause rather than working around it.
Co-authored-by:
dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
Co-authored-by:
Dmitriy Vasyura <dmitriv@microsoft.com> -
Copilot создал
* Initial plan * Remove classic Microsoft authentication implementation Co-authored-by:
TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* Remove classic implementation
* extra space
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
Co-authored-by:
Tyler Leonhardt <tyleonha@microsoft.com> -
-
-
Dmitriy Vasyura создал
* Fix folder icons not rendering correctly for QuickPickItems with resourceUri * Small update
-
-
-
-
Paul создал
-
-
Megan Rogge создал
-
- 11.11.2025 27 коммитов
-
-
-
Ladislau Szomoru создал
-
-
Megan Rogge создал
-
Tyler James Leonhardt создал
* Initial plan * Remove web worker support from microsoft-authentication extension - Remove browser entry point from package.json - Remove browser webpack configuration - Remove browser-specific scripts (compile-web, watch-web) - Remove src/browser/ directory with browser-specific implementations - Remove ExtensionHost.WebWorker enum value - Remove supportsWebWorkerExtensionHost flags from all flows - Simplify authProvider.ts by removing web worker detection logic - Remove web worker test case from flows.test.ts - Successfully compiled with 0 errors Co-authored-by:
TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* couple references
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> -
-
-
Ben Villalobos создал
-
Ladislau Szomoru создал
* Revert "SCM - cleanup some more eslint rules (#276571)" This reverts commit 4d84cf66. * Remove querySelector
-
Josh Spicer создал
-
Copilot создал
* Initial plan * Move inline CSS to static CSS file in comment widget Co-authored-by:
alexr00 <38270282+alexr00@users.noreply.github.com>
* clean up
* Update colors
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
alexr00 <38270282+alexr00@users.noreply.github.com> -
Megan Rogge создал
-
Henning Dieterichs создал
-
Henning Dieterichs создал
-
Henning Dieterichs создал
-
Aaron Cannon создал
* Allow "Move Editor into Previous Group" to create new group Fixes #262817 When the active editor is in the leftmost group and there is no previous group, "Move Editor into Previous Group" now creates a new group in the opposite direction of the user's preferred side-by-side setting and moves the editor there. This mirrors the existing behavior of "Move Editor into Next Group". The new group is only created if the source group contains 2+ editors, preventing the source group from being left empty. The direction respects the `workbench.editor.openSideBySideDirection` setting - if the preference is RIGHT (horizontal), the new group is created to the LEFT; if DOWN (vertical), the new group is created UP. * align with other behaviours --------- Co-authored-by:
Benjamin Pasero <benjamin.pasero@gmail.com> -
-
-
mrleemurray создал
-
-
Ladislau Szomoru создал
-
-
Daniel Imms создал
-
-
-
Alex Ross создал
-
Johannes Rieken создал
-