From 6bd5440741d3aafbd7c1d0c710ec2d0599dc2db8 Mon Sep 17 00:00:00 2001 From: 24OI-bot <15963390+24OI-bot@users.noreply.github.com> Date: Tue, 6 Aug 2019 20:57:41 -0400 Subject: [PATCH] style: format markdown files with remark-lint --- docs/intro/editor/vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/editor/vscode.md b/docs/intro/editor/vscode.md index 24605187..11c5b528 100644 --- a/docs/intro/editor/vscode.md +++ b/docs/intro/editor/vscode.md @@ -30,7 +30,7 @@ Code Runner 是一个可以一键运行代码的插件,在工程上一般用 ### 使用 C/C++ 插件编译并调试 ???+ warning - 在配置前,请确保你已经安装了 [MinGW-w64](https://mingw-w64.org/doku.php/download) 或 [Clang](https://releases.llvm.org/download.html) ,并已经将它们添加到了 `path` 中。请确保你没有使用 `Git Bash` ,而是使用 `cmd` 或者 `powershell` 作为集成终端。 + 在配置前,请确保你已经安装了[MinGW-w64](https://mingw-w64.org/doku.php/download)或[Clang](https://releases.llvm.org/download.html),并已经将它们添加到了 `path` 中。请确保你没有使用 `Git Bash` ,而是使用 `cmd` 或者 `powershell` 作为集成终端。 #### 配置编译与调试 -- 2.11.0