jdtls workspace can't be beneath the project directory, for some unknowable reason

This commit is contained in:
Charlotte Van Petegem 2023-02-16 13:20:34 +01:00
parent 982f5a870e
commit a571864b8b
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -9,7 +9,7 @@
category = "development";
help = "Start jdt-language-server with configured workspace location";
command = ''
${pkgs.jdt-language-server}/bin/jdt-language-server -data "$PRJ_DATA_DIR/workspace"
${pkgs.jdt-language-server}/bin/jdt-language-server -data "$HOME/.cache/jdtls/$PRJ_ROOT"
'';
}
{