Commit e76f934
authored
fix(5342): with flux-LSP composition released, test and debug coordination (UI vs LSP vs editor) (#5541)
Debug race conditions on sync, unsync, page reload, and turning on feature flag. Debug using fields and tagValues -- while handling race conditions while quickly inserting or removing multiple of these. Also make the session state always be updatable when not synced, except cannot update the session `synced` prop while diverged (a.k.a. cannot re-sync after divergence).1 parent 28e841f commit e76f934
File tree
6 files changed
+279
-111
lines changed- src
- dataExplorer
- components
- context
- languageSupport/languages/flux/lsp
6 files changed
+279
-111
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
| 265 | + | |
264 | 266 | | |
265 | 267 | | |
266 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 102 | + | |
108 | 103 | | |
109 | 104 | | |
110 | 105 | | |
| |||
117 | 112 | | |
118 | 113 | | |
119 | 114 | | |
120 | | - | |
| 115 | + | |
121 | 116 | | |
122 | 117 | | |
123 | 118 | | |
| |||
0 commit comments