Commit d2f8114
fix(analysis): respect diagnosticMode for workspace files
Diagnostics for closed workspace files could appear (or be suppressed)
inconsistently in openFilesOnly mode, depending on which file the
workspace diagnostics loop happened to iterate last.
Also clarify the diagnosticMode description so it no longer implies
that background analysis is restricted -- the setting only controls
which files diagnostics are reported for.
Co-authored-by: Petri Huovinen <petri.huovinen@nokia.com>1 parent 4dcb22f commit d2f8114
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- packages/language_server/src/robotcode/language_server/common/parts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1128 | 1128 | | |
1129 | 1129 | | |
1130 | 1130 | | |
1131 | | - | |
1132 | | - | |
| 1131 | + | |
| 1132 | + | |
1133 | 1133 | | |
1134 | 1134 | | |
1135 | 1135 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
0 commit comments