-
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
feat: add devfile walkthrough extension to built-ins #326
Conversation
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request Dev image published: |
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request Dev image published: |
Pull Request Che-Code image published: |
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request Dev image published: |
Signed-off-by: vitaliy-guliy <[email protected]>
Pull Request Dev image published: |
Pull Request Che-Code image published: |
}, | ||
{ | ||
"name": "devfile.vscode-devfile", | ||
"version": "0.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice to understand why latest
does not work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, using latest
here would be the best solution
added comment here eclipse-che/che#21606 (comment)
Can we make the Devfile walkthrough appear in the welcome page? Ideally as the first Walkthrough. |
I wanted, but have not found a way how to do it. VS Code plugin API does not provide the ability to change item order. It seems VS Code displays the walkthrouhs due to order in which the extensions are loaded/added to the vscode. |
Build 3.13 :: code_3.x/1270: Console, Changes, Git Data |
Build 3.12 :: code_3.12/15: Console, Changes, Git Data |
Build 3.13 :: sync-to-downstream_3.x/6179: Console, Changes, Git Data |
Build 3.12 :: sync-to-downstream_3.12/53: Console, Changes, Git Data |
Build 3.13 :: get-sources-rhpkg-container-build_3.x/6091: code : 3.x :: Failed in 58688859 : code-rhel8-3.13-10 |
Build 3.12 :: get-sources-rhpkg-container-build_3.12/51: code : 3.12 :: Failed in 58688860 : code-rhel8-3.12-61 |
What does this PR do?
Adds vscode devfile extension to built-ins.
! Please note my comment in PR devfile/vscode-walkthrough-extension#3 (comment)
There is a regression in VS Code.
I will provide a small test extension and file the issue to the VS Code.
What issues does this PR fix?
eclipse-che/che#21606
How to test this PR?
Get Started with the Devfile