Alignment with 1.100.3 version of VS Code#547
Conversation
Previously I split these up by js and ts. This ends up creating too many group and having the js and ts settings too far from each other This PR changes the settings to be grouped only by feature, not language
Reorganize js/ts groupings
fix aria label issue
- updated font sizing for new walkthrough layout
Fixes #247599
Closes #247605
Deemphasize old JSX transform
* add replace listeners -- wip * guess what? typescript isn't an HDL. order matters smh
bcbcc29 to
3999823
Compare
…script version was updated Signed-off-by: Roman Nikitenko <[email protected]>
Signed-off-by: Roman Nikitenko <[email protected]>
Signed-off-by: Roman Nikitenko <[email protected]>
3ebbdf2 to
dcf65f5
Compare
Signed-off-by: Roman Nikitenko <[email protected]>
Signed-off-by: Roman Nikitenko <[email protected]>
d0e806a to
ad43c0b
Compare
Signed-off-by: Roman Nikitenko <[email protected]>
ad43c0b to
16ee942
Compare
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-547-amd64 |
1 similar comment
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-547-amd64 |
16ee942 to
c5d7ba3
Compare
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-547-amd64 |
Signed-off-by: Roman Nikitenko <[email protected]>
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-547-amd64 |
Signed-off-by: Roman Nikitenko <[email protected]>
Signed-off-by: Roman Nikitenko <[email protected]>
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-547-amd64 |
Note: I created a separate issue for a bug I detected within testing, please see eclipse-che/che#23486
What does this PR do?
1.100release branch of the upstream: https://github.com/microsoft/vscode/tree/release/1.100axiosrelated errors: Align che-code typescript version with the upstream eclipse-che/che#23083 (comment),see also 3999823 and fix: Prevent multiple versions of axios from being bundled in consumer projects devfile/devworkspace-generator#201
che-devworkspace-generatorandaxiosversions 6bcef8cplaywrightversion with upstream dcf65f520.19.xversion of Node.js to prepare che-code assembly20.19.1version of Node.js for theDevimage 0181586musl-based assembly c5d7ba3electronversion, see chore: Align Node.js and proxy-agent versions with upstream #526 (comment)node-ptyversion because ofelectronversion (see previous item ^): 724c0a9What issues does this PR fix?
How to test this PR?
It makes sense to test both:
ubi8andubi9-based assemblies.Go to the dashboard =>
Create Workspacepage => setquay.io/che-incubator-pull-requests/che-code:pr-547-amd64to theEditor Imagefield and select a sample to start a workspaceor click
https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/dashboard/#/load-factory?editor-image=quay.io/che-incubator-pull-requests/che-code:pr-547-amd64&url=https://github.com/che-samples/web-nodejs-sample
1. Test any functionality, I tested the following:
Git Cloneflow from the Command Palette2. Restart workspace from a local devfile:
devfile.yamlfileF1=>Restart Workspace from a Local Devfile3. Connect to Ansible lightspeed server form Ansible extension view:
I also tested the use case described in #532 to avoid a regression

4. Copilot-related items should be absent by default in the Command center area
I tested the use case described in #549
5. Hot key paste text to the 'Search settings' field
I tested that current PR changes fix the use case described in eclipse-che/che#23459
6. Released version of an extension should be installed
I detected a bug for the case when an extension contains another extension as a dependency, please see eclipse-che/che#23486
Does this PR contain changes that override default upstream Code-OSS behavior?
git rebasewere added to the .rebase folder