Unverified Commit 9577f859 authored by 夜轮_NachtgeistW's avatar 夜轮_NachtgeistW Committed by GitHub
Browse files

Update vscode.md

删掉了一个多余的列表符
添加了作者
parent fd674f2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
author: Enter-tainer, Xeonacid, ChungZH, keepthethink, abc1763613206, partychicken, Ir1d
author: Enter-tainer, Xeonacid, ChungZH, keepthethink, abc1763613206, partychicken, Ir1d, NachtgeistW

## 简介

@@ -28,7 +28,7 @@ Code Runner 是一个可以一键运行代码的插件,在工程上一般用
    如果安装了 VS Code 与 Code Runner 后,代码仍然无法运行,很有可能是因为系统尚未安装 C/C++ 的运行环境。

    - 在 Windows 环境下运行 C/C++ 程序,需要先安装 [MinGW](http://www.mingw.org/) 或 MinGW-w64;
    - - MacOS 可运行 `xcode-select --install` 进行安装;
    - MacOS 可运行 `xcode-select --install` 进行安装;
    - Linux 系统已经带有 C/C++ 运行环境,无需额外配置。

### 使用 C/C++ 插件编译并调试