-
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
import/focus on one project from a url #14550
Comments
related to #13671 |
#13671 seem to be about sparse checkout which is useful but separate feature IMO. In this I'm talking about being able to checkout a github repo but then only import part of it and be able to focus on that. Limiting import is more about saving resources in a limited cloud environment but also to avoid polluting the UI with potentially hundreds of other projects. When I use emacs, eclipse, vscode, intellij or any other desktop IDE I can think of I highly rely on being able to focus on a specific area. That is useful not only when doing quickstart like projects for newbies, but also for normal development work of just focusing on one area - while still being able to navigate to other parts of the larger project. |
Am I understand you correctly. You want to check out all soure code, but Theia should open only one subfolder? |
Yes, or at least be able to "focus" on it.
For now using che for mainly smaller projects and quickstarts #1 and #2 would be a great help. |
I commented here |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
another clean solution: #15540 |
Quickstarts repos like
https://github.com/quarkusio/quarkus-quickstarts
have multiple sub projects and would be awesome to either:A) have one devfile.yaml in root to define a shared workspace setup, but then be able to tell che to just import lets say
https://github.com/quarkusio/quarkus-quickstarts/tree/master/getting-started
folder - without having to use absolute folder names/urls.B) allow referring to folder like
che.openshift.io/f?url=https://github.com/maxandersen/quarkus-quickstarts/tree/che/getting-started
and have it locate nearestdevfile.yaml
rather than listen to/devfile.yaml
in root directly.Ultimately having the project explorer or similar "focused" on
getting-started
to avoid polluting the UI.The text was updated successfully, but these errors were encountered: