-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bazel based projects not present in Java project selection #106
Comments
I am also not certain of what debug information I can provide for you, AFAIU, there isn't a dedicated output window for this plugin. |
Can you check the log files? Have you seen the troubleshooting doc here? Note, sometimes it's also worth trying to import this into Eclipse. Eclipse is using the same engine underneath but makes errors more visible/obvious than VS Code. |
Yes, sorry that was a copy and paste error; I was trying to figure out the right arguments for that file. When I first open up code, I am greeted by If I Wrt to the trouble shooting doc, yes I've tried various things from it. The first step is not working though as we are not getting a What should I look at next? Thank you! |
We have a large monorepo with different languages and using Bazel as our build system. I have installed the plugin, added a
WORKSPACE
file with (workspace(name="example")
) and a.eclipse/.bazelproject
with :lib/common_java
is just one of our folders with aBUILD.bazel
file and asrc/main/java
folder.When I restart vscode with the plugin enabled (the Prerelease version 😄), it does not intercept the project setup workflow when I open a
.java
inside oflib/common_java
. The java extension pack wants to only add .gradle or maven files, and we migrated away from the former.It also adds a large section of
files.exclude
to my.vscode/settings.json
(even withbazel.projectview.updateFileWatcherExclusion": false
) which is unfortunate.The text was updated successfully, but these errors were encountered: