Commit 0f70744
Keen Yee Liau
fix: Retrieve diagnostics for changed document only
Currently, when a document is changed, we retrieve diagnostics for
**all** open files. This could be very slow when there are many open
files. Instead, retrieve diagnostics for that one file only.1 parent 7b22aa3 commit 0f70744
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments