Visual Studio代码在悬停时不显示最新版本的npm包

时间:2018-01-19 15:41:08

标签: node.js angular npm visual-studio-code

在package.json中,我曾经检查过最新版本的软件包作为"工具提示"只需在每个包装版本上传递鼠标,但它不再显示 我的VSC版本是1.19.2 我浏览代理。
我检查过我的工作区设置是空的,我的用户设置是这样的:

{
    "vsicons.projectDetection.autoReload": true,
    "window.zoomLevel": 0,
    "vsicons.dontShowNewVersionMessage": true,
    "workbench.iconTheme": "vscode-icons",
    "workbench.startupEditor": "newUntitledFile",
    "explorer.confirmDragAndDrop": false,

    "http.proxy": "____myproxyIP____",
    "http.proxyStrictSSL": false
}

THX!

1 个答案:

答案 0 :(得分:0)

请检查您是否使用了正确的语言模式JSON而不是JSONc(带有注释的JSON)。

看看右下角。

正确:

enter image description here

不正确: enter image description here