Этот проект зеркально отражен от https://github.com/microsoft/vscode
Зеркальное копирование выполнено
- 30.10.2024 28 коммитов
-
-
Raymond Zhao создал
-
Raymond Zhao создал
-
Aiday Marlen Kyzy создал
do not hide hover when color decorator clicked
-
Daniel Imms создал
Move timeline hovers to the side
-
Martin Aeschlimann создал
-
Alex Ross создал
* Optimize tree view such that cross process calls are batched Fixes #232263
-
Sandeep Somavarapu создал
-
Aiday Marlen Kyzy создал
adding custom hover on the editor hover actions
-
Martin Aeschlimann создал
-
Aiday Marlen Kyzy создал
stopping status bar actions from overflowing
-
Aiday Marlen Kyzy создал
refactoring: Introducing new enum ColorPickerWidgetType to differentiate between hover color picker and standalone color picker (#232594) introducing new enum ColorPickerWidgetType to differentiate between hover color picker and standalone color picker
-
Benjamin Pasero создал
-
Ladislau Szomoru создал
-
Aiday Marlen Kyzy создал
handle the hide event
-
Ladislau Szomoru создал
-
Benjamin Pasero создал
* missing `(next|previous)AuxilaryBarView` commands (fix #154724) * address feedback
-
Matt Bierner создал
Try to simplify `createAndFillInContextMenuActions` This is one of the rare functions that we have that uses an out parameter. This often results in a lot of boilerplate code to call it In this PR I've renamed it to `getContextMenuActions` to make use of a standard return type. Instead of an overload, there are now two different versions of the function: `getContextMenuActions` and `getFlatContextMenuActions`
-
Benjamin Pasero создал
-
Alex Ross создал
[1035] potential listener LEAK detected, having 175 listeners already. MOST frequent listener (1): (#232569) Fixes #232400
-
Justin Chen создал
* removing lot's of old issue reporter stuffs * cleanup
-
Andrea Mah создал
* remove references to findfiles2New and aiTextSearchProviderNew
-
Rob Lourens создал
-
Tyler James Leonhardt создал
* Escape description and detail hovers Fixes https://github.com/microsoft/vscode/issues/231065 * lint
-
Peng Lyu создал
* re #212879. dispose child instantiation service properly * fix unit tests * Fix memory leaks
-
Raymond Zhao создал
-
Rob Lourens создал
Fix microsoft/vscode-copilot#9694
-
- 29.10.2024 12 коммитов
-
-
Connor Peet создал
Fixes #228195
-
Megan Rogge создал
-
Rob Lourens создал
Fix microsoft/vscode-copilot#9374
-
Rob Lourens создал
* Start renaming context keys * vote * detected agent * More * More * chatEditApplied * More * More * More * Cleanup * Cleanup
-
Connor Peet создал
We would skip trying to find configurations instead of passing an undefined workspace folder (which is entirely legal) Fixes #228949
-
Raymond Zhao создал
-
Joyce Er создал
-
Rob Lourens создал
The other tests happen to go inside the block that was setting `request.response`, so add a test that restores a response that has markdown content but no references
-
David Martos создал
* Support Linux on EnvMixin to handle fish_user_paths being prepended to the PATH after the shell integration * apply fix based on shell * update comments * link to issue * remove isLinux check * Update comment Co-authored-by:
Megan Rogge <megan.rogge@microsoft.com> --------- Co-authored-by:
Megan Rogge <merogge@microsoft.com> Co-authored-by:
Megan Rogge <megan.rogge@microsoft.com>
-
Sandeep Somavarapu создал
* add source and links * use opener service
-
Rob Lourens создал
-
Megan Rogge создал
fix #229059
-