Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 16.10.2025 25 коммитов
-
-
Martin Aeschlimann создал
-
-
-
-
Matt Bierner создал
-
Connor Peet создал
* debug: fix mislocalized string Closes https://github.com/microsoft/vscode/issues/271691 * Update src/vs/workbench/contrib/debug/browser/welcomeView.ts Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> -
Copilot создал
* Initial plan * Fix High Contrast Light theme icon selection in tree view Co-authored-by:
alexr00 <38270282+alexr00@users.noreply.github.com>
* Remove unused ColorScheme import
Co-authored-by:
alexr00 <38270282+alexr00@users.noreply.github.com>
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
alexr00 <38270282+alexr00@users.noreply.github.com> -
-
Benjamin Pasero создал
-
mrleemurray создал
-
Martin Aeschlimann создал
-
mrleemurray создал
-
-
Martin Aeschlimann создал
-
Benjamin Pasero создал
-
-
-
-
Harald Kirschner создал
-
Harald Kirschner создал
-
Bryan Chen создал
feat: disable send button and prevent Enter key from creating new lines when input is empty
-
-
Sam Tran создал
Update capi slack message in commands.json Provide instructions for users to supply a requestId to help with investigations.
-
Megan Rogge создал
-
Matt Bierner создал
Adds a fix (off by default) for converting double quoted to single quoted string
-
- 15.10.2025 15 коммитов
-
-
Rob Lourens создал
-
-
Benjamin Pasero создал
-
-
-
-
Paul создал
-
Vijay Upadya создал
* add loading indicator * set individual props * localize and simplification * update text * Move style to css and use themeicon * remove stale entry --------- Co-authored-by:
vijay upadya <vj@example.com> -
-
-
Matt Bierner создал
-
Matt Bierner создал
For #271473 Single quoted string usage is already enforced everywhere except our tests. Having this inconsistent style can confuse contributors, tooling, and code generation Automated eslint fix pass + manual review
-
Raymond Zhao создал
-
Copilot создал
* Add noHistory argument to cursorMove command Co-authored-by:
hediet <2931520+hediet@users.noreply.github.com>
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
hediet <2931520+hediet@users.noreply.github.com> -
imbant создал
* fix(chat): correct file icon rendering in Files & Folders picker File icons were not displaying in the chat context Files & Folders picker while folder icons worked correctly. This was due to using iconClass instead of iconClasses property. The quick-input component has two icon rendering paths: - iconClass: applies classes to icon container element - iconClasses: applies classes to IconLabel component File icon themes require the specific CSS context provided by IconLabel, so file icons must use iconClasses to render properly. Changes: - Add iconClasses property to IChatContextPickerPickItem interface - Change FilesAndFoldersPickerPick to use iconClasses instead of iconClass - File icons now render correctly using proper DOM structure Fixes file icon display issue in chat context picker while maintaining backward compatibility with existing iconClass usage for simple codicons. * make API more explicit * fix it --------- Co-authored-by:
Benjamin Pasero <benjamin.pasero@microsoft.com>
-