First of all, thank you for work you do ! Looks like it's exactly what i need I have a little problem using external maven dependancy with your plugin, i think, i missed something evn: VSCode : Version: 1.63.0 (Universal) on Mac M1 bazel-vscode v0.0.4 config: ``` { "java.import.bazel.enabled": true, "java.import.maven.enabled": false, "files.exclude": { "**/.classpath": true, "**/.project": true, "**/.settings": true, "**/.factorypath": true }, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "redhat.telemetry.enabled": true, "extensions.ignoreRecommendations": true } ``` bazel run :AppRunner >> Hi! class elemental2.dom.DomGlobal so bazel import works (i am new to bazel, so i could be wrong in any of the steps) please help [java-tutorial.zip](https://github.com/salesforce/bazel-vscode/files/7700163/java-tutorial.zip)
First of all, thank you for work you do ! Looks like it's exactly what i need
I have a little problem using external maven dependancy with your plugin, i think, i missed something
evn:
VSCode : Version: 1.63.0 (Universal) on Mac M1
bazel-vscode v0.0.4
config:
bazel run :AppRunner
so bazel import works (i am new to bazel, so i could be wrong in any of the steps)
please help
java-tutorial.zip