File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -153,12 +153,6 @@ require a server restart to take effect.
153153
154154Number of concurrent analysis worker tasks for running full analysis.
155155
156- ``` json
157- {
158- "n_analysis_workers" : 3
159- }
160- ```
161-
162156!!! note "Signature analysis parallelization"
163157 The signature analysis phase is parallelized automatically using
164158 ` Threads.@spawn ` when Julia is started with multiple threads. This
@@ -190,7 +184,7 @@ Configure initialization options in VSCode's `settings.json`:
190184``` json
191185{
192186 "jetls-client.initializationOptions" : {
193- "n_analysis_workers" : 3
187+ "n_analysis_workers" : 2
194188 }
195189}
196190```
@@ -204,7 +198,7 @@ Configure initialization options in Zed's `settings.json`:
204198 "lsp" : {
205199 "JETLS" : {
206200 "initialization_options" : {
207- "n_analysis_workers" : 3
201+ "n_analysis_workers" : 2
208202 }
209203 }
210204 }
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Example:
118118` ` ` jsonc
119119{
120120 " jetls-client.initializationOptions" : {
121- " n_analysis_workers" : 3
121+ " n_analysis_workers" : 2
122122 }
123123}
124124` ` `
You can’t perform that action at this time.
0 commit comments