VS Code无法安装插件之Unable to install because, the extension '' compatible with current version
问题在深度系统(Deepin)下使用VS Code 1.33.1时,因为需要远程开发,需要安装Remote Development插件,但是提示下面的错误:Unable to install because, the extension 'ms-vscode-remote.vscode-remote-extensionpack' compatible with current version ..
·
问题
在深度系统(Deepin 15.11)下使用VS Code 1.33.1
时,因为需要远程开发,需要安装Remote Development
插件,但是提示下面的错误:
Unable to install because, the extension 'ms-vscode-remote.vscode-remote-extensionpack' compatible with current version '1.33.1' of VS Code is not found.
意思是找不到与当前VS Code 1.33.1
兼容的Remote Development
插件。
分析
开始怀疑是因为使用的插件源问题,但官方的地址是可以打开的,所以可以排除。
然后查了一下,有人说需要升级到内测版,但内测版大家都知道不稳定,我用的插件并不需要内测版才支持,所以也不是这种情况。
解决
后来看了一下,VS Code
已经更新到了1.42.1
,所以干脆更新到了最新版本,然后就可以正常安装了。
更新方法
Deepin应用市场更新比较慢,所以请到VS Code
官网下载最新稳定版本,地址:https://code.visualstudio.com/,选择Debian Ubuntu
版本,下载完成后可以直接双击运行安装。
更多推荐
已为社区贡献2条内容
所有评论(0)