dongziya9863 2017-03-06 12:47
浏览 240
已采纳

vs代码-回滚扩展/安装特定扩展版本

Just got an update for the Golang extension and it appears to be broken, reporting an error on a package main that's literally just a list of my imports with no useful information. It's refusing to lint or do anything useful which is annoying.

enter image description here

So I want to quickly jump back to the previous version, how can I do this in VS code? Can't seem to find it in the docs at all.

  • 写回答

2条回答 默认 最新

  • dte66654 2018-12-13 05:19
    关注

    From v1.30 release notes: install previous versions of extensions.

    You can now go back to a previous version of an extension if there are issues with the current version. VS Code provides an Install Another Version action on an installed extension which shows a dropdown of available versions.

    The option to install another version is in the context menu.

    enter image description here

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?