Rebase off of VS Code v1.108.X to support GitHub Copilot in Eclipse Che#626
Draft
cgruver wants to merge 5530 commits intoche-incubator:mainfrom
Draft
Rebase off of VS Code v1.108.X to support GitHub Copilot in Eclipse Che#626cgruver wants to merge 5530 commits intoche-incubator:mainfrom
cgruver wants to merge 5530 commits intoche-incubator:mainfrom
Conversation
* agent sessions - more compact serialised state * feedback * more compact
* Initial plan * Add 100ms timeout to symbol completions to prevent UI freezing Co-authored-by: roblourens <323878+roblourens@users.noreply.github.com> * Tweak * And cancellation token --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: roblourens <323878+roblourens@users.noreply.github.com> Co-authored-by: Rob Lourens <roblourens@gmail.com>
…-toggle Enable `togglePeekWidgetFocus` command for quick diff pick view
Fixes #285505
Fixes #285509
Use remote agent service to pull user home
* Move some tools files * chat/accessibility * Fix this * Move model files into model/ * Move tool invocation into model/ * Move builtinTools under tools/ * Add common/ui/ folder * attachments/ and participants/ * browser/widget/ folder * attachments/ and tools/ * widgetHosts/ * widget/modelPcker/ and context/ * Doc and more organizing * widget/input/ * widget/chatContentParts/ * More cleanup in common/ * Tweak docs, move a file * Break up contrib/ folder * Fix test/ files
…t using ActivationKind.Immediate
Strip quotes as needed from redirection paths
Attempt to improve situation for very early callers of activateByEvent using ActivationKind.Immediate
fix: memory leak in call stack widget
…oltip Combine action and warning tooltip text into a single string in getHoverContents
Fixes #282763
Remove `provideNewChatSessionItem`
Revert "debt - remove AMD support of VSCode for web (#285230)" This reverts commit 74c4ecd.
This reverts commit 31de8ea.
…#284961)" This reverts commit 5d2a6f8.
…en triggerPaste fails (#283571)" This reverts commit fd7fb44.
…2989)" This reverts commit 39b0686.
Revert editor pasting to previous stable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Rebase of che-code from VS Code 1.108
What issues does this PR fix?
Adds support for github copilot