Alignment with 1.108.2 version of VS Code#646
Alignment with 1.108.2 version of VS Code#646RomanNikitenko wants to merge 5558 commits intoche-incubator:mainfrom
Conversation
Defaults to 16, this doubles it since sticky scroll takes up another one since that was added. Fixes #285574
The webgl renderer has a limited number of contexts, because there are potentially many chat terminals and interaction with them is minimal, we don't want to consume one of the contexts. Fixes #285452
Fixes #285329 Fixes #285518
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Fixes #276716
Tighten webgl lifecycle, ensure chat doesn't use
Fixes #233992
Add workspace and session allow options in terminal tool
When navigating to the next/prev problem using editor.action.marker.next, the editor would always scroll the marker to the top of the viewport (using revealPositionNearTop), even if the marker was already visible or just slightly off-screen. This caused a "jumpy" experience and confusion. Changed to use revealPositionInCenterIfOutsideViewport, which maintains context by only scrolling if necessary, and centers the marker if it is significantly far away. Fixes #156782
fix mode changing on edit
* no thinking dropdown for single tool calls * Update src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatThinkingContentPart.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * for some reason copilot deleted this line --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
f7a496b to
0a2a236
Compare
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
1 similar comment
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
1 similar comment
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
7389d35 to
8409a01
Compare
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
1 similar comment
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
…, like: chatSessionsProvider@3 Signed-off-by: Roman Nikitenko <rnikiten@redhat.com> Generated-by: Cursor AI
8409a01 to
bfd3b8f
Compare
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-646-amd64 |
TODO
GitHub Pull Requestsextension activation, see Alignment Che-Code with 1.108.x version of VS Code eclipse-che/che#23635 (comment), fix commit is: 8409a01ubi8/ubi9-based assembliespatchto the Devnpmandnode-gypfor the DevWhat does this PR do?
1.108release branch of the upstream: https://github.com/microsoft/vscode/tree/release/1.108What issues does this PR fix?
eclipse-che/che#23635
How to test this PR?
1. Released version of an extension should be installed
releasedversions of theQuarkusandLanguage Support for Javaextensions are installedGitHub Pull Requestsextension activation, see Alignment Che-Code with 1.108.x version of VS Code eclipse-che/che#23635 (comment)Does this PR contain changes that override default upstream Code-OSS behavior?
git rebasewere added to the .rebase folder