jdtls workspace can't be beneath the project directory, for some unknowable reason
This commit is contained in:
parent
982f5a870e
commit
a571864b8b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
category = "development";
|
category = "development";
|
||||||
help = "Start jdt-language-server with configured workspace location";
|
help = "Start jdt-language-server with configured workspace location";
|
||||||
command = ''
|
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"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue