i find visual studio code weirdly unusable and it's taken me years to work out why: the fucking hand cursor. all the clickable UI elements change the mouse cursor to a goddamn hand! and theres no way to switch it off. my workaround every time i encounter this issue every couple years is to close visual studio code and uninstall it

@jk isn't it just an Electron app? Maybe you could change that with some css?

* {
cursor: default!important;
}