Skip to content

Commit 07b16b5

Browse files
authored
Update README.md
1 parent df2dd02 commit 07b16b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ You can download the latest build from the [Releases](https://github.com/salesfo
3030
```
3131
6. Open the _Extensions_ tab in VS Code
3232
7. Select _Install from VSIX..._ and choose file built in the fourth step
33-
8. Once installed, restart VS Code
33+
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

Comments
 (0)