-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Default path is / and not /projects/ in "Create Quarkus project" wizard #18006
Comments
Presumably the devfile in question is https://github.com/eclipse/che-devfile-registry/blob/master/devfiles/quarkus/devfile.yaml ... or is this a hosted che specific issue? https://github.com/redhat-developer/rh-che Struggling to understand where you're seeing this button. Steps to repro, @l0rd ? |
It has to be fixed upstream, in The proposed solution should suit both environments: VS Code and Che. |
vscode-quarkus upstream issue redhat-developer/vscode-quarkus#309 and related PR redhat-developer/vscode-quarkus#310 |
Theia upstream issue eclipse-theia/theia#8640 and related PR eclipse-theia/theia#8641 |
I've fixed both upstream issues:
Theia patch will go into Che 7.21 All Editors related work is done. I'll keep the issue open for Plugins team to finalize it when the next version of Quarkus VS Code extension is released. cc @ericwill |
I've updated the description with the required sub-tasks. |
reset the milestone to 7.26, as still waiting for Quarkus Tools release |
I'm moving it 7.x as it depends on the release of quarkus extension. |
We have the latest Quarkus plugin in upstream now: https://github.com/eclipse/che-plugin-registry/blob/master/che-theia-plugins.yaml#L210-L233 |
yes, but it was released on Sep 21, 2020 |
Understood 👍 |
VS Code Quarkus has been released https://github.com/redhat-developer/vscode-quarkus/releases |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Describe the bug
Quarkus plugin welcome page has "Create Quarkus project" button.
When clicked, the user has to provide some project details. The last question is about the target folder
The problem is that the default target folder is the root folder (
/
) that is not visible from the IDE.Che version
che.osio
Steps to reproduce
Expected behavior
The default target of the Quarkus sample project should be folder '/projects/'.
Sub-tasks
workspace.workspaceFolders
API should return undefined when no folder is open workspace.workspaceFolders API should return undefined when no folder is open eclipse-theia/theia#8640The text was updated successfully, but these errors were encountered: