vs code - rollback extension/install specific extension version

前端 未结 2 607
日久生厌
日久生厌 2020-12-01 20:24

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 n

2条回答
  •  北荒
    北荒 (楼主)
    2020-12-01 21: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. Or the gear icon for each extension.

    For me when I do this - without "Disable Auto Updating Extensions" (I assume that the Debugger for Chrome is such an extension) it does not auto-update on reload or close/open but shows a button for that extension to install the latest version instead.

    So it appears you don't have to disable all auto-updating extensions just to revert one extension to an older version and keep it at that older version. [leave a comment if you find that isn't true, thanks]

提交回复
热议问题