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
- Clean unused workspace storage folders on startup
- Create setting "java.configuration.workspaceCacheLimit" (disabled by
default) to allow users to configure maximum number of days to
preserve cached data
- Fixes#2110
Signed-off-by: Roland Grunberg <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,8 @@ The following settings are supported:
195
195
*`java.symbols.includeSourceMethodDeclarations` : Include method declarations from source files in symbol search. Defaults to `false`.
196
196
197
197
New in 1.1.0:
198
-
*`java.quickfix.showAt"` : Show quickfixes at the problem or line level.
198
+
*`java.quickfix.showAt` : Show quickfixes at the problem or line level.
199
+
*`java.configuration.workspaceCacheLimit` : The number of days (if enabled) to keep unused workspace cache data. Beyond this limit, cached workspace data may be removed.
0 commit comments