Этот проект зеркально отражен от https://github.com/microsoft/vscode
Зеркальное копирование выполнено
- 28.10.2024 1 коммит
-
-
deepak1556 создал
-
- 26.10.2024 6 коммитов
-
-
Rob Lourens создал
From https://github.com/microsoft/vscode/pull/232023 Fix #232301
-
Joyce Er создал
-
SteVen Batten создал
just skip the registration if we have state to hide keep keybinding
-
Rob Lourens создал
It should be on the content property but no need to be in the constructor.
-
Bhavya U создал
* fix: Show walkthrough if the extension pack has only 1 walkthrough * fix: Show walkthrough if the extension pack has only 1 walkthrough * Fix missing entitlement
-
Rob Lourens создал
This can happen because templateParts are now not disposed when an element is unregistered, but we have to keep their listeners around because they are reused on the next render. A more complete non-candidate fix might be to check whether the element is in the DOM before rendering it at all. But the safe fix here is to just make sure it doesn't go to 0, so that the list doesn't skip rendering it entirely. Fix microsoft/vscode-copilot#9260
-
- 25.10.2024 10 коммитов
-
-
Bhavya U создал
fix:chat panel reopen on workspace trust change
-
-
Johannes Rieken создал
Change tool paramters to input and make sure parameters stills works to keep backwards compatibility (#232248) fixes https://github.com/microsoft/vscode/issues/232143
-
Benjamin Pasero создал
Co-authored-by:
SteVen Batten <sbatten@microsoft.com>
-
Joyce Er создал
* fix: assign keybinding for edits view (#232214) * fix: don't unnecessarily prompt when clearing existing editing session * fix: only reveal chat edited files after they exist on disk * fix: sync all attachments to working set when submitting request
-
Joyce Er создал
fix: automatically undo and show retry action for failed requests
-
Rob Lourens создал
Fix microsoft/vscode-copilot-release#1923
-
Elias Papavasileiou создал
* fix: improve settings descriptions for actions trigged on save * fix: improve phrasing in settings descriptions * fix: replace docs link with setting link * fix: extract option reference to parameter
-
Michael Lively создал
* accessible view fix * don't create wh, check schema for accessibleview
-
Matt Bierner создал
Not the ideal fix but this makes it so that `ChatCollapsibleListContentPart` does not have a live version of the references list passed to it. The current code results in the item never being re-rendered because `hasSameContent` would always return true, so the references list would not update There are a bunch of layers above this that all say they are readonly arrays too. Being readonly is correct from the consumer side, but it looks like the array does get mutated behind the scenes which is often unexpected
-
- 24.10.2024 23 коммита
-
-
Connor Peet создал
-
Joyce Er создал
-
Joyce Er создал
-
SteVen Batten создал
* update wording * remove test code * remove bad comma * address PR feedback
-
Bhavya U создал
-
Benjamin Pasero создал
-
-
Benjamin Pasero создал
-
Rob Lourens создал
Fix microsoft/vscode-copilot-release#1985
-
Rob Lourens создал
Fix microsoft/vscode-copilot#9700
-
SteVen Batten создал
moving open chat view command to view so that it applies when the view is moved out of the container (same as search) (#232175)
-
SteVen Batten создал
* don't show the welcome view if the chat view has not been moved * reorder for clarity
-
Joyce Er создал
-
Bhavya U создал
-
Rob Lourens создал
Fix #232096
-
Joyce Er создал
-
Joyce Er создал
-
SteVen Batten создал
-
Martin Aeschlimann создал
let review cancel the session when no or no real edits happened
-
Peng Lyu создал
* Enable cell generate fully * remove experimental tag
-
Asem Dreibati создал
-
Johannes Rieken создал
various fixes
-