-
Notifications
You must be signed in to change notification settings - Fork 9
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
Can not create a new project because of VFS limitations #254
Comments
This is rather counter-intuitive, or at least not symmetric, as using an existing project is exactly done like so |
Quoting from slack:
To add: I don't understand how |
me too. typically the ISourceLocationOutput implementation for the specific scheme would implement something different for each implementation. For example, |
But where would that project end up? A project is defined by it's directory. So how could we figure out where that project should live? Except that we would have to ask the user via some UI? Like example, I say |
It depends. VScode has defaults for new folders, but the workspace concept could also be searched for a probable sibling project (i.e. most recently edited) or the prefix that occurs most among the workspace folders, finally we could ask with a popup indeed; i don't know yet what makes most sense. For myself I'd like the new project next to my other open projects. How about you? At least people can always move a new project to a better location. For eclipse it would (already does?) nest in the workspace folder. |
My workspace sometimes contains projects not close to each other on disk. I think we might need to develop the #248 properly, and after asking where it should be saved, create that folder and then start the rascal code that builds the project.
Can you point me towards some documentation of that? The VFS seems to work with absolute paths? The Workspace has a |
Yes, the rootPath is the default when you open |
That's for inside of a project. making a new project would then end up as a sibling? Also, what if there is no project open yet (for new users)? |
It all boils down to understanding better what the |
It also relates to what |
I think at one point I actually implemented that in eclipse it would list the projects. Is that not working anymore? |
I don't know by heart what rascal-eclipse does anymore. Yes, that would be great for all the other implementations of |
Describe the bug
The text was updated successfully, but these errors were encountered: