Skip to content

Commit e7c5444

Browse files
committed
jetls-client: Update README to match package.json settings
Add documentation for `full_analysis.auto_instantiate` setting and fix the `formatter` custom configuration schema to match the actual package.json structure (`custom.executable` and `custom.executable_range`).
1 parent 4bc4982 commit e7c5444

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jetls-client/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ For detailed configuration options and examples, see the
115115
116116
- `"jetls-client.settings.full_analysis.debounce": number`: Debounce time in seconds
117117
before triggering full analysis after a document change (default: `1.0`)
118-
- `"jetls-client.settings.formatter": string | { "executable": string, "range_executable": string }`:
118+
- `"jetls-client.settings.full_analysis.auto_instantiate": boolean`: When enabled,
119+
JETLS automatically runs `Pkg.instantiate()` for packages that have not been
120+
instantiated yet (default: `true`)
121+
- `"jetls-client.settings.formatter": string | { "custom": { "executable": string, "executable_range": string } }`:
119122
Formatter configuration. Can be a preset name (`"Runic"` or `"JuliaFormatter"`)
120123
or a custom formatter object (default: `"Runic"`)
121124
- `"jetls-client.settings.diagnostic.enabled": boolean`: Enable or disable all JETLS

0 commit comments

Comments
 (0)