弹出窗口的 VS Code 错误详细信息不起作用

VS Code error details on popup is not working

VS Code screenshot

代码有错误(“

-> 我添加了 IntelliSense。 -> 在用户和工作区设置中也启用了 Squiggle。

如何获得该弹出窗口?

在您的 VSCode settings.json 文件中,尝试添加以下内容:

{
    "editor.hover.enabled": true
}