gpt4 book ai didi

visual-studio-code - 在vscode中长时间下载c/c++扩展

转载 作者:行者123 更新时间:2023-12-05 06:22:53 28 4
gpt4 key购买 nike

我第一次在 vs code 中使用 c++/c 扩展,在单击安装 Microsoft 的 c/c++ 扩展后我无法使用它

**// Simple C++ program to display "Hello World" 
// Header file for input output functions
#include<iostream>
using namespace std;
// main function -
// where the execution of program begins
int main()
{
// prints hello world
cout<<"Hello World";

return 0;
}**

This looks a like

enter image description here

最佳答案

您可以尝试手动下载扩展

  1. 转到 vscode cpp 工具发布页面 https://github.com/Microsoft/vscode-cpptools/releases

  2. 向下滚动并下载与您的操作系统对应的 .vsix 文件(在您的情况下为 win32) look for your OS in a section like this

  3. 打开命令提示符并输入 code --install-extension <path to your downloaded .vsix file>

  4. 关闭并重新打开 VSCode,应该不会再出现扩展下载窗口

关于visual-studio-code - 在vscode中长时间下载c/c++扩展,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58901712/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com