microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.19k stars 28.06k forks source link

Dev Tools Error: Already in transaction #216805

Open hediet opened 1 week ago

hediet commented 1 week ago

I see this error frequently in the dev tools:

https://github.com/microsoft/vscode/blob/e87da4b1388ee441663fdfa6441d445551aaa625/src/vs/base/browser/ui/list/rowCache.ts#L66

Code_-_Insiders_lp0O7fZZPM

Maybe because of smooth scrolling?

I guess this error is in error telemetry to get the non-minified stack trace.

mjbvz commented 1 week ago

@hediet Any idea what tree/list this is for?

hediet commented 1 week ago

Unfortunately not. You don't see in your day to day usage of VS Code?

mjbvz commented 1 week ago

No I just checked the logs for a few long open VS Code window and don't see this error

hediet commented 6 days ago

I see "smooth" in the call stack, so I guess enabling smooth scrolling might cause this.