We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d21d537 + 1a8c953 commit 17a1ec9Copy full SHA for 17a1ec9
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