Commit 9ace93e
Avoid 0ms interval rescheduling in configuration service (microsoft#259524)
* Fixes microsoft#259517
Cherry-pick d38eb0f from PR microsoft#259518.
Avoid 0ms interval rescheduling in ConfigurationDefaultOverridesContribution.
When ASSIGNMENT_REFETCH_INTERVAL is 0, skip rescheduling to prevent
infinite loop of immediate scheduler execution.
Co-authored-by: hediet <2931520+hediet@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: hediet <2931520+hediet@users.noreply.github.com>1 parent 2c804a6 commit 9ace93e
File tree
1 file changed
+4
-1
lines changed- src/vs/workbench/services/configuration/browser
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1353 | 1353 | | |
1354 | 1354 | | |
1355 | 1355 | | |
1356 | | - | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
1357 | 1360 | | |
1358 | 1361 | | |
1359 | 1362 | | |
| |||
0 commit comments