We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2dd02 commit 07b16b5Copy full SHA for 07b16b5
README.md
@@ -30,4 +30,10 @@ You can download the latest build from the [Releases](https://github.com/salesfo
30
```
31
6. Open the _Extensions_ tab in VS Code
32
7. Select _Install from VSIX..._ and choose file built in the fourth step
33
-8. Once installed, restart VS Code
+8. Disable Maven imported (it can cause issues)
34
+ ```
35
+ {
36
+ "java.import.maven.enabled": false
37
+ }
38
39
+10. Once installed, restart VS Code
0 commit comments