Does anyone know why typescript type hints in vscode could be broken?
I'm in an electron app and for example when using await on promises, hovering over the variable shows it as a promise instead of the underlying type. Printing it out shows that it's not a promise?