You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): add example for referencedLibraries setting
Provide an example usage for the `groovy.project.referencedLibraries` setting
in the Readme. This helps users understand how to specify additional library
paths for Groovy projects.
Copy file name to clipboardExpand all lines: Readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ The following settings are supported:
49
49
-`groovy.ls.vmargs` : Extra Java VM arguments used to launch the Groovy language server. Requires a coc server restart.
50
50
-`groovy.ls.home` : The absolute path to the Groovy language server. This would be used instead of the bundled server when specified.
51
51
-`groovy.project.referencedLibraries` : Configure additional paths (jar file or directory) for referencing libraries in a Groovy project. Note, Maven and Gradle projects will have their classpath automatically added.
0 commit comments