summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-05-23 12:05:21 +0100
committerGitHub <noreply@github.com>2019-05-23 12:05:21 +0100
commit1a9b8a58c7e01f0926e51b39b7b37f932537cc0c (patch)
treedb9ef99cb0a4aa048a7aa439b629b13cb6d182f6 /doc
parent092748caacfe720835e7c7efc934ffa5e70ccc5d (diff)
parent5a8ba7526532f8bd6dde93764cccc5277d568349 (diff)
downloadale-1a9b8a58c7e01f0926e51b39b7b37f932537cc0c.zip
Merge pull request #2520 from hsanson/fix-eclipselsp-workspace-config
Fix eclipselsp workspace config
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-java.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/ale-java.txt b/doc/ale-java.txt
index b61a90a0..4a71d9ef 100644
--- a/doc/ale-java.txt
+++ b/doc/ale-java.txt
@@ -130,7 +130,7 @@ g:ale_java_eclipselsp_path *g:ale_java_eclipselsp_path*
Absolute path to the location of the eclipse.jdt.ls repository folder. Or if
you have VSCode extension installed the absolute path to the VSCode extensions
- folder (e.g. $HOME/.vscode/extensions in Linux).
+ folder (e.g. $HOME/.vscode/extensions/redhat.java-0.4x.0 in Linux).
g:ale_java_eclipselsp_executable *g:ale_java_eclipse_executable*
@@ -154,6 +154,18 @@ g:ale_java_eclipselsp_config_path *g:ale_java_eclipse_config_path
non-writable directory like `/usr/share/java/jdtls`, as is the case when
installed via system package.
+
+g:ale_java_eclipselsp_workspace_path *g:ale_java_eclipselsp_workspace_path*
+ *b:ale_java_eclipselsp_workspace_path*
+
+ Type: |String|
+ Default: `''`
+
+ If you have Eclipse installed is good idea to set this variable to the
+ absolute path of the Eclipse workspace. If not set this value will be set to
+ the parent folder of the project root.
+
+
===============================================================================
uncrustify *ale-java-uncrustify*