Skip to content

Commit fa9e9d4

Browse files
committed
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.
1 parent bf5d8d5 commit fa9e9d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The following settings are supported:
4949
- `groovy.ls.vmargs` : Extra Java VM arguments used to launch the Groovy language server. Requires a coc server restart.
5050
- `groovy.ls.home` : The absolute path to the Groovy language server. This would be used instead of the bundled server when specified.
5151
- `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.
52+
- Example: `["/path/to/lib.jar", "/path/to/lib/*"]`
5253
- `groovy.trace.server` : Traces the communication between the coc-groovy extension and the Groovy language server.
5354

5455
## Setting the JDK

0 commit comments

Comments
 (0)