Does this issue occur when all extensions are disabled?: N/a
- VS Code Version:
- OS Version: Version: 1.74.0-insider (user setup)
Commit: ef41557
Date: 2022-11-11T05:19:14.666Z
Electron: 19.1.3
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: Yes
Steps to Reproduce:
- Build this sample extension (test-provider-sample) - https://github.com/r3m0t/vscode-extension-samples/tree/test-sort-error-fix
- Press 'refresh' in Testing panel repeatedly. Expected: the 'error' message should update and the 'Order' children should switch order. Actual: the children get updated labels, but still rendered in the old order. And the 'error' message doesn't update.
Fix incoming