Этот проект зеркально отражен от https://github.com/microsoft/vscode
Зеркальное копирование выполнено
- 29.08.2024 36 коммитов
-
-
Benjamin Pasero создал
-
Benjamin Pasero создал
-
-
Benjamin Pasero создал
In #226804, we noticed that there was reserved space to the left of the window controls that disallowed to drag the window. This is because the toolbar has configured `-webkit-app-region: no-drag`. Without actions appearing, we would have a `28px` area where you could not drag the window.
-
Benjamin Pasero создал
-
Daniel Imms создал
Fix Bash integration clobbering `$?` for PROMPT_COMMAND
-
Benjamin Pasero создал
-
Isidor Nikolic создал
update distro pointer
-
Johannes Rieken создал
* only show secondary toolbar on hover or when container contains focus fixes https://github.com/microsoft/vscode/issues/226997 * release stashed session on blur fixes https://github.com/microsoft/vscode-copilot/issues/7802
-
Daniel Imms создал
Add missing escape
-
Daniel Imms создал
Fixes #222237
-
Isidor Nikolic создал
-
-
Johannes Rieken создал
* Revert "disable code lense for the output editor (#226971)" This reverts commit dea44122. * ignore `output` scheme when logging code lens request
-
-
-
isidorn создал
-
dependabot[bot] создал
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8 ) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Kevin создал
Fixing typo manger -> manager Co-authored-by:
Sandeep Somavarapu <sasomava@microsoft.com>
-
Andrea Mah создал
using `RelativePattern` exclude and pattern causes an error
-
andreamah создал
Fixes #227035
-
Rob Lourens создал
* Add welcome view with warning for chat extension with invalid API version Fix #218646 * undo * Remove unused interface
-
Joyce Er создал
* fix: freeze chat history before doing intent detection * fix: restore title provider dependence on chat request already being added
-
Rob Lourens создал
Fix microsoft/vscode-copilot#7729
-
Rob Lourens создал
Fix microsoft/vscode-copilot#7742
-
Andrea Mah создал
Old FileSearchProvider session not properly cancelled
-
andreamah создал
and should be object type
-
Justin Chen создал
* fix for flickering lightbulb * second fix * remove console log
-
Justin Chen создал
* adjustments to code action styling * add margin top
-
Sandeep Somavarapu создал
-
Andrea Mah создал
Exclude not applied
-
Andrea Mah создал
Using cancellation with findTextInFilesNew
-
Matt Bierner создал
Fix organize imports setting
-
andreamah создал
Fixes #226714
-
andreamah создал
Fixes #226916
-
Matt Bierner создал
-
- 28.08.2024 4 коммита
-
-
Matt Bierner создал
For #225814 - Removes link to presets which haven't yet been finalized - Adds periods at end of descriptions
-
Joyce Er создал
-
Alex Ross создал
and improve label for sort-by-position-in-file Fixes #226764 Fixes #226723
-
Connor Peet создал
* testing: fix alternate actions being inappropriately sticky We should listen on the window, not just the editor, for alt key events. * fix compile
-