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 d21d537 commit 1a8c953Copy full SHA for 1a8c953
lsp-java.el
@@ -65,7 +65,7 @@ The slash is expected at the end."
65
:risky t
66
:type 'directory)
67
68
-(defcustom lsp-java-workspace-cache-dir (expand-file-name (locate-user-emacs-file "workspace/.cache/"))
+(defcustom lsp-java-workspace-cache-dir (expand-file-name ".cache/" lsp-java-workspace-dir)
69
"LSP java workspace cache directory."
70
:group 'lsp-java
71
0 commit comments