Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 12.11.2025 1 коммит
-
-
anthonykim1 создал
-
- 11.11.2025 37 коммитов
-
-
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 создал
-
-
Connor Peet создал
* edits: show diff for sensitive edit confirmations Goes with https://github.com/microsoft/vscode-copilot-chat/pull/1905 - Adds common markdown rendering to the `IChatContentPartRenderContext`. These have to get passed down everywhere that can render markdown 'properly' and so this made sense, though we may want to revisit this and make them actual dependency-injected services with scope instantiation service. - Add a new basic `MarkdownDiffBlockPart` and allow consumers to optionally enable that for handling of `diff` blocks in their markdown. - Some further tweaks to deal with md/code in nested blocks. * comment
-
Dmitriy Vasyura создал
* Enable Back button on the Manage Accounts picker * Update src/vs/workbench/contrib/authentication/browser/actions/manageAccountsAction.ts Co-authored-by:
Tyler James Leonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
* PR feedback
---------
Co-authored-by:
Tyler James Leonhardt <2644648+TylerLeonhardt@users.noreply.github.com> -
Rob Lourens создал
This isn't a great fix, persisting chat sessions is complicated right now and we don't have very good versioning for this. #276094 in main
-
Justin Chen создал
-
-
-
JeffreyCA создал
Terminal suggest - include persistent options in suggestions and improve suggestion grouping (#276409) * Add support for persistent options in Fig suggestions * Group arguments together * Group symlink files/folders together * Update test * Fix test * Use helper function
-
Justin Chen создал
-
-
-
Sandeep Somavarapu создал
-
Simon Siefke создал
-
- 10.11.2025 2 коммита
-
-
-
Ladislau Szomoru создал
-