Commit 25a5942
committed
Fix: fall through to getRootNodes() when no progressive items arrive
After the 30s timeout, if no progressive notifications were received
(e.g., eclipse.jdt.ls progressive notifications not yet available),
fall through to the normal getRootNodes() path instead of returning
an empty array. This ensures the worst case matches today's behavior.
Addresses review comment from wenytang-ms.1 parent b864584 commit 25a5942
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
156 | 162 | | |
157 | 163 | | |
158 | 164 | | |
| |||
0 commit comments