-
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
chore: Align with upstream #397
Merged
Merged
Conversation
This file contains 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
Revert "Fixes #216824" This reverts commit f46e922.
Fixes #224310
These can flake due to the pty host crashing. Disabling for now, they require more investigation. Tracked in #216564
Skip all terminal smoke tests on Linux
Fixes #223883
Don't trigger suggest after [^\s]-
Add a convenience prop for prompt prefix
…s feature is used (fix #219159) (#224399)
* debug: improve behavior for slow-running prelaunch tasks Shows this notification if a prelaunch task has been running for more than 10 seconds: ![](https://memes.peet.io/img/24-07-be15cd9d-c9cd-40dc-8937-9d62466e5c96.png) Also does a little cleanup of some probably-leaking disposables in the task runner. Fixes #218267 * hygenie * dom: make SafeTriangle smaller, add tests
… #224385) (#224405)
fix all x-model highlight flickering
Fixes #224419
Fixes #224357
fix #214797
Request completions for args at beginning of word
…ybinding (#224409) fixes #223959
Also exclude $ from comletions from start logic
* viewContainer contribution point Signed-off-by: thegecko <[email protected]> * Updates from feedback * Make extension point debug-only * Rename proposal --------- Signed-off-by: thegecko <[email protected]> Co-authored-by: Rob Lourens <[email protected]>
* Disable chat "thumbs up" button by default Roll out with an experiment * Flip experiment key * Fix tests
Add all pwsh keywords as completions
* chore: bump kerberos * Bump kerberos in remote as well
This scheme is no longer used
Revert "chore: bump kerberos (#224992)" This reverts commit 5eb2a65.
…ed workspace, prevent trust dialog from showing for this case (#225087) fix #224881
* Update marked This bumps our marked version from 4.x to 14.x. This fixes a number of bugs in markdown parsing however is somewhat risky as we've missed so many versions. Hoping to merge early in the iteration so we can catch any potential issues * Add highlighting Copying over marked-highlight for now * Fix newline in generated html * Fix plaintext rendering of headers
* Revert "Revert "chore: bump kerberos" (#225084)" This reverts commit 9af3636. * build: avoid dlopen kerberos deps on macOS * ci: update cache * chore: update rpm and deb dependencies
Remote Inserted/Deleted text from header
vscode-upstream-sha1: 559107b 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]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
RomanNikitenko
force-pushed
the
resolve-conflicts
branch
from
August 8, 2024 12:50
4519713
to
e45ddcb
Compare
Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-397-amd64 |
Signed-off-by: Roman Nikitenko <[email protected]> rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
Pull Request images published ✨ Editor: quay.io/che-incubator-pull-requests/che-code:pr-397-amd64 |
RomanNikitenko
requested review from
azatsarynnyy and
vitaliy-guliy
as code owners
August 9, 2024 13:51
vitaliy-guliy
approved these changes
Aug 12, 2024
azatsarynnyy
approved these changes
Aug 13, 2024
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?
I had to downgrade
typescript
version to fix the problem: f02fa7bI'm going to upgrade
typescript
version on the che-code side after resolving eclipse-che/che#23082@azatsarynnyy please check if I rewrote your logic correctly: e45ddcb
Related PRs/use cases are:
What issues does this PR fix?
eclipse-che/che#23071
How to test this PR?
Filter out the editor-provided commands
.che/che-editor.yaml
contains theinit-che-code-command
exec command.devfile
-type Tasks.Include the commands imported from a parent Devfile as to VS Code Tasks
Create Workspace
=>Use an Editor Definition
quay.io/che-incubator-pull-requests/che-code:pr-397-amd64
to theEditor Image
fieldhttps://github.com/l0rd/inventory-quarkus/tree/parent
to theGit repo URL
Create & Open
Does this PR contain changes that override default upstream Code-OSS behavior?
git rebase
were added to the .rebase folder