Add ability to configure borders in quick pick items list on plugin side #6487
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 it does
This changes proposal adds ability to create quick open item configured with border and group label used in plugins.
When new terminal opens (mechanism used to create quick open items in extension):
When new task starts (mechanism used to create quick open items in plugin):
Signed-off-by: Vlad Zhukovskyi vzhukovs@redhat.com
How to test
Devfile to test changes: https://gist.github.com/vzhukovskii/23b275d18af208629648430df251a78e/raw/6451e1d0589cb435bf58208d560fb8006e338cd8/che-dev-workspace.yaml
Steps to test changes manually:
che-theia
andtheia
quick_pick_items_ext
inche-theia
andtheia
repoche-theia
, then go to dockerfile/theia and build docker image:./build.sh --build-args:GITHUB_TOKEN=${GITHUB_TOKEN},THEIA_VERSION=master --tag:next --branch:quick_pick_items_ext --git-ref:refs\\/heads\\/quick_pick_items_ext --skip-tests
eclipse/che-theia:next
as image for the main editor in che.Need for: eclipse-che/che#13390
Linked Che-Theia PR: eclipse-che/che-theia#532
Review checklist
Reminder for reviewers