File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments