File tree 1 file changed +13
-0
lines changed 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,19 @@ The following table summarizes the options:
198
198
| Flymake integration | ✓ | ⨯ | ⨯ |
199
199
| Language Server Protocol (LSP) | ✓ | ✓ | ⨯ |
200
200
201
+ ** Note:** when you run Elsa in a project for the first time, it is
202
+ recommended to start it from the CLI because it will need to crawl all
203
+ the dependencies you use and save the analysis results to cache files.
204
+ This can take a couple of minutes if you have many dependencies (or if
205
+ you include something like ` org ` which pulls in about 300 other
206
+ packages).
207
+
208
+ After the results are cached, next time you need them Elsa can load
209
+ them from cache and this is generally very fast.
210
+
211
+ You can start the LSP right away but it will be unresponsive during
212
+ the time it is doing the initial analysis.
213
+
201
214
## Eask
202
215
203
216
### [ RECOMMENDED] Using packaged version
You can’t perform that action at this time.
0 commit comments