Skip to content

Commit 5e8bb17

Browse files
christopher flößericdallo
andauthored
Update documentation. (emacs-lsp#289)
* Update documentation. `lsp-java-update-server` is deprectated. Calling this function indicates the new way to update the server is `C-u M-x lsp-install-server`. * Update docs/page/configuration.md Co-authored-by: Eric Dallo <[email protected]> Co-authored-by: Eric Dallo <[email protected]>
1 parent 7ad9157 commit 5e8bb17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/page/configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ settings.
3939
will automatically discover if `dap-mode` is present and it will
4040
download and install the required server side components. If you
4141
have already downloaded a `Eclispe JDT Server` you will have to
42-
force a server update via `lsp-java-update-server`. In order to
43-
enable lsp java, you will have to require `dap-java.el`.
44-
42+
force a server update via <kbd>C-u</kbd> <kbd>M-x</kbd> `lsp-install-server` and select
43+
"jdtls". In order to enable lsp java, you will have to require
44+
`dap-java.el`.
45+
4546
``` elisp
4647
(require 'dap-java)
4748
```

0 commit comments

Comments
 (0)