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
@@ -120,11 +120,12 @@ The following settings are supported:
120
120
*`java.codeGeneration.toString.limitElements`: Limit number of items in arrays/collections/maps to list, if 0 then list all. Defaults to `0`.
121
121
*`java.selectionRange.enabled`: Enable/disable Smart Selection support for Java. Disabling this option will not affect the VS Code built-in word-based and bracket-based smart selection.
122
122
*`java.showBuildStatusOnStart.enabled`: Automatically show build status on startup. Defaults to `false`.
123
-
124
-
New in 0.55.0:
125
123
*`java.project.referencedLibraries`: Configure glob patterns for referencing local libraries to a Java project.
126
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.
127
125
126
+
New in 0.56.0:
127
+
*`java.import.gradle.offline.enabled`: Enable/disable the Gradle offline mode. Defaults to `false`.
128
+
128
129
Troubleshooting
129
130
===============
130
131
1. Check the status of the language tools on the lower right corner (marked with A on image below).
0 commit comments