Skip to content

Commit

Permalink
* eglot.el (eglot-eclipse-jdt-vmargs): modify docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
zbelial committed Jan 15, 2022
1 parent bda6135 commit 2af1204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -3006,10 +3006,10 @@ If NOERROR, return predicate, else erroring function."
;;; eclipse-jdt-specific
;;;
(defcustom eglot-eclipse-jdt-vmargs '()
"Specifies extra VM arguments used to launch the Java Language Server.
"Configure Java VM to tune its behaviour or support particular libraries.
For example, if you are a Lombok user, you can specify the argument needed here.
You can also specify some arguments to reduce memory consumption.
See https://github.com/redhat-developer/vscode-java/pull/1262 for more details.
You can also specify some arguments to reduce memory consumption,
see https://github.com/redhat-developer/vscode-java/pull/1262 for more details.
"
:type '(repeat string))

Expand Down

0 comments on commit 2af1204

Please sign in to comment.