You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,11 +122,12 @@ The following settings are supported:
122
122
*`java.showBuildStatusOnStart.enabled`: Automatically show build status on startup. Defaults to `false`.
123
123
*`java.project.referencedLibraries`: Configure glob patterns for referencing local libraries to a Java project.
124
124
*`java.completion.maxResults`: Maximum number of completion results (not including snippets).Setting 0 will disable the limit and return all results. Be aware the performance will be very negatively impacted.
125
-
126
-
New in 0.56.0:
127
125
*`java.import.gradle.offline.enabled`: Enable/disable the Gradle offline mode. Defaults to `false`.
128
126
*`java.configuration.runtimes`: Map Java Execution Environments to local JDKs.
129
127
128
+
New in 0.59.0:
129
+
*`java.import.gradle.user.home`: setting for GRADLE_USER_HOME.
130
+
130
131
Troubleshooting
131
132
===============
132
133
1. Check the status of the language tools on the lower right corner (marked with A on image below).
0 commit comments