-
Notifications
You must be signed in to change notification settings - Fork 26
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
Change the importProject using UI to utilize the IntelliJ API instead #1265
base: intellij-2025.1-support
Are you sure you want to change the base?
Change the importProject using UI to utilize the IntelliJ API instead #1265
Conversation
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.
It would be better if you attach the recordings of this change that you tested locally.
Screen.Recording.2025-02-13.at.1.10.04.PM.movWith this way, it doesnt utilize the UI. Instead it directly opens the required project. |
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.
Can you confirm that spaces in directory names are opened correctly across all OS?
As here in the build, we can see that the test is succeeding showing that the project is opened correctly. |
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.
Looks good
Fixes #1254