-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alignment with upstream #485
base: main
Are you sure you want to change the base?
Alignment with upstream #485
Conversation
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-485-amd64 |
ff37a81
to
1248bca
Compare
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-485-amd64 |
2 similar comments
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-485-amd64 |
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-485-amd64 |
The first test of the terminal highlighted the problem with a huge delay appeared after command execution. Terminal title is blinking from time to time simplescreenrecorder-2025-01-17_16.00.32.mp4 |
@vitaliy-guliy will try to reproduce the problem... |
1ecef49
to
46d6754
Compare
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-485-amd64 |
46d6754
to
2380960
Compare
fix deletion decoration
…gs around it (#238447) fyi @isidorn
Fix typo in the help text of the icon extension point
Bumps [undici](https://github.com/nodejs/undici) from 7.2.0 to 7.2.3. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.2.0...v7.2.3) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
build: update to include more tsc boilerplate
…ide (#238453) * StatusBar - keep disposing a status bar entry on the extension host side * Update src/vs/workbench/api/common/extHostStatusBar.ts Co-authored-by: Benjamin Pasero <[email protected]> * Update src/vs/workbench/api/common/extHostStatusBar.ts Co-authored-by: Benjamin Pasero <[email protected]> * Fix argument names --------- Co-authored-by: Benjamin Pasero <[email protected]>
Switch to use nodenext module resolution
Remove unused test file This test has been commented out for 5 years now
[prompts]: change `Prompt` to `Prompt..` in the attachments list
* [prompts]: add docs link to the empty prompts selection dialog * [prompt]: fix a typo in localization string ID * [prompts]: refactor to reduce number of function arguments * Update src/vs/workbench/contrib/chat/browser/actions/chatContextActions.ts Co-authored-by: Harald Kirschner <[email protected]> --------- Co-authored-by: Harald Kirschner <[email protected]>
* [prompts]: make the configuration setting public(experimental) * [prompts]: update config setting name * [prompts]: cleanup * [prompts]: fix localization compilation error
Explain how multiple providers work for paste and drop
line replace view width computation fix
insertion view fixes
fix NES freezes window
…atEditorController` (#239077) fixes microsoft/vscode-copilot#12252
vscode-upstream-sha1: ea25475 rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Signed-off-by: Roman Nikitenko <[email protected]>
Signed-off-by: Roman Nikitenko <[email protected]>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-485-amd64 |
Signed-off-by: Roman Nikitenko <[email protected]>
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-485-amd64 |
What does this PR do?
20.18.1
version is not available in the images that we use to prepareche-code
assemblyvscode/proxy-agent
version to0.28.0
, seecode/package.json
andcode/remote/package.json
.The reason is:
0.29.0
version requires20.18.1
version of the Node.js - it is still not available in theubi
images@playwright/test
-muscl
-based assembly has a problem with the new version of the@playwright/test
dep.What issues does this PR fix?
eclipse-che/che#23310
How to test this PR?
You can use the following links to start a workspace for testing:
ubi8-based
tools container: https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/#/https://github.com/RomanNikitenko/web-nodejs-sample/tree/ubi8-basedubi8-nodejs-based
tools container: https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/#/https://github.com/RomanNikitenko/web-nodejs-sample/tree/ubi8-nodejs-basedubi9-based
tools container: https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/#/https://github.com/RomanNikitenko/web-nodejs-sample/tree/ubi9-basedubi9-nodejs-based
tools container: https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/#/https://github.com/RomanNikitenko/web-nodejs-sample/tree/ubi9-nodejs-basedDoes this PR contain changes that override default upstream Code-OSS behavior?
git rebase
were added to the .rebase folder