Этот проект зеркально отражен от https://github.com/microsoft/vscode
Зеркальное копирование выполнено
- 11.09.2024 10 коммитов
-
-
Rob Lourens создал
Not changing quick chat or inline chat, to start. Will also move chat attachments into this space, and possibly split the attachment/other buttons out of the execute toolbar
-
Ladislau Szomoru создал
* Git - fix remote reference id * Remove unnecessary code
-
Matt Bierner создал
Don't strip command uris in walkthrough
-
Matt Bierner создал
Fixes #228013
-
Megan Rogge создал
-
Matt Bierner создал
Add header ids in interactive playground
-
Joyce Er создал
-
Megan Rogge создал
-
Matt Bierner создал
Fixes #228013 One of the only other places that uses marked directly for rendering
-
Karthik Nadig создал
Update distro
-
- 10.09.2024 30 коммитов
-
-
Daniel Imms создал
Don't show suggest widget when terminal isn't focused
-
Karthik Nadig создал
-
Daniel Imms создал
-
Daniel Imms создал
Document descriptions of some view parts
-
Megan Rogge создал
fix #226087
-
Ladislau Szomoru создал
-
Daniel Imms создал
Part of #227087
-
Daniel Imms создал
Initial basic GPU renderer for editor
-
Rob Lourens создал
There's a race where the chat participant is registered but hasn't set the username data yet (this requires a request to github). So, changing to always fall back to the persisted username. I think this isn't 100% complete and I'll follow up as debt. I think we need to rerender the list on ChatAgentService.onDidChangeAgents (thought we already did this but I guess not?) or I think this is a good place to start using observables.
-
Daniel Imms создал
-
Daniel Imms создал
This will help us find out if/when this actually happens in practice.
-
Daniel Imms создал
-
Daniel Imms создал
-
Daniel Imms создал
-
Daniel Imms создал
-
Daniel Imms создал
-
Connor Peet создал
* debug: adopt formalized DAP ANSI styling support Closes #227728 VS Code now advertises `supportsANSIStyling` and styles debug output with ANSI code if and only if the debug adapter supports it. This consolidates disparate output rendering logic into the `DebugExpressionRenderer` where previously we had a bunch of free-floating functions that needed different services injected. * update unstaged
-
Ladislau Szomoru создал
-
Daniel Imms создал
-
Aiday Marlen Kyzy создал
add code to update the edit context on config change
-
John Murray создал
-
Aiday Marlen Kyzy создал
Edit Context: type new line in the 'beforeinput' event of the dom node on typeInput 'insertParagraph' (#228128) emit the new line event in the beforeinput event
-
Connor Peet создал
Saves having to use a full test observer when only checking for presence
-
Ladislau Szomoru создал
SCM -
💄 remove SourceControlHistoryItemGroup from the API proposal -
Henning Dieterichs создал
-
Martin Aeschlimann создал
-
Sandeep Somavarapu создал
#227047 - Improve extensions UX for incompatible extensions - show a warning badge on the extensions activity icon - show a warning in the extensions view
-
Ladislau Szomoru создал
-
Ladislau Szomoru создал
-
Henning Dieterichs создал
* observable code restructuring * only import observables from the facade * introduces observableInternal/commonFacade to make extraction easier. * Fixes CI
-