Skip to content

Commit dd21f78

Browse files
committed
jetls-client: release 0.2.4
1 parent 29c38af commit dd21f78

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

jetls-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Commit: [`HEAD`](https://github.com/aviatesk/JETLS.jl/commit/HEAD)
1111
- Diff: [`b6d20b6...HEAD`](https://github.com/aviatesk/JETLS.jl/compare/b6d20b6...HEAD)
1212

13+
### Added
14+
15+
- Added `jetls-client.settings.full_analysis.auto_instantiate` configuration option
16+
(default: `true`). When enabled, JETLS automatically runs `Pkg.instantiate()` for
17+
packages that have not been instantiated yet (e.g., freshly cloned repositories).
18+
See <https://aviatesk.github.io/JETLS.jl/dev/configuration/#config/full_analysis-auto_instantiate>
19+
for more details. (aviatesk/JETLS.jl#337)
20+
1321
## v0.2.3
1422

1523
- Commit: [`b6d20b6`](https://github.com/aviatesk/JETLS.jl/commit/b6d20b6)

jetls-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A new language server for Julia",
55
"author": "Shuhei Kadowaki",
66
"license": "MIT",
7-
"version": "0.2.3",
7+
"version": "0.2.4",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/aviatesk/JETLS.jl",

0 commit comments

Comments
 (0)