-
Notifications
You must be signed in to change notification settings - Fork 446
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
Add capability to select projects to be imported #3356
Conversation
ec9c125
to
91de44f
Compare
Some major changes are made according to the feedback in last meeting:
|
11dd112
to
6b85b7f
Compare
@jdneo You should respect |
Yes it's taken into account: vscode-java/src/buildFilesSelector.ts Line 14 in 6b85b7f
|
Could you try the example at #2537 (comment)? It includes the |
Done. |
9bd874c
to
af5953a
Compare
- A new setting `java.import.configurationFileCollectionMode` is added to configure whether manually build file selection is required before import. - A new contribution point `javaBuildTypes` is introduced, and will be used when the build files need to be manually selected. Signed-off-by: Sheng Chen <[email protected]>
Signed-off-by: Sheng Chen <[email protected]>
Signed-off-by: Sheng Chen <[email protected]>
af5953a
to
a14fd7e
Compare
Signed-off-by: Sheng Chen <[email protected]>
related with eclipse-jdtls/eclipse.jdt.ls#2913