无法在 VS 代码中安装扩展
Not able to install extensions in VS code
我是 VS 代码的新手,试图将其设置为用于 Web 开发。我已经下载了两个扩展 babel Javascript 和 ES lint,但是当我双击它们时,会出现以下错误。有人可以帮我解决这个问题吗?提前致谢。
https://i.stack.imgur.com/3cMhz.png
Install Failed
The Install of 'ESLint' was not successful for all the selected products. FOr more information, click on the install log link at the buttom of the dialog.
ESTLint
One of more extensiong are for Visual Studio Code. Try installing them in Visual Studio Code.
你已经安装了Visual Studio Code吗?
您可以从 the marketplace here 获取它,它会要求打开 VS Code 进行安装,或者一旦您拥有 VS Code:
- 打开 VS 代码
- Ctrl + Shift + X 这将打开扩展面板
- 在搜索栏中输入 ESLint。
- 在搜索结果中找到 ESLint 扩展
- 单击旁边的绿色安装按钮
您可以只下载 Visual Studio 而不是 Visual Studio 代码。这些是不同的产品。 (我刚刚 运行 遇到了同样的问题)
我是 VS 代码的新手,试图将其设置为用于 Web 开发。我已经下载了两个扩展 babel Javascript 和 ES lint,但是当我双击它们时,会出现以下错误。有人可以帮我解决这个问题吗?提前致谢。
https://i.stack.imgur.com/3cMhz.png
Install Failed
The Install of 'ESLint' was not successful for all the selected products. FOr more information, click on the install log link at the buttom of the dialog.
ESTLint
One of more extensiong are for Visual Studio Code. Try installing them in Visual Studio Code.
你已经安装了Visual Studio Code吗?
您可以从 the marketplace here 获取它,它会要求打开 VS Code 进行安装,或者一旦您拥有 VS Code:
- 打开 VS 代码
- Ctrl + Shift + X 这将打开扩展面板
- 在搜索栏中输入 ESLint。
- 在搜索结果中找到 ESLint 扩展
- 单击旁边的绿色安装按钮
您可以只下载 Visual Studio 而不是 Visual Studio 代码。这些是不同的产品。 (我刚刚 运行 遇到了同样的问题)