Skip to content

Commit 17a1ec9

Browse files
authored
Merge pull request #105 from dakra/workspace-cache-dir
Make lsp-java-workspace-cache-dir use workspace-dir by default
2 parents d21d537 + 1a8c953 commit 17a1ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-java.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The slash is expected at the end."
6565
:risky t
6666
:type 'directory)
6767

68-
(defcustom lsp-java-workspace-cache-dir (expand-file-name (locate-user-emacs-file "workspace/.cache/"))
68+
(defcustom lsp-java-workspace-cache-dir (expand-file-name ".cache/" lsp-java-workspace-dir)
6969
"LSP java workspace cache directory."
7070
:group 'lsp-java
7171
:risky t

0 commit comments

Comments
 (0)