From b86321fd861230f3acc3992109888870ea2878bb Mon Sep 17 00:00:00 2001 From: Margatroid Date: Mon, 5 Aug 2019 20:36:02 +0800 Subject: [PATCH] Update docs/intro/editor/vscode.md Co-Authored-By: abc1763613206 --- 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 e9817e15..c4f2fab4 100644 --- a/docs/intro/editor/vscode.md +++ b/docs/intro/editor/vscode.md @@ -30,7 +30,7 @@ Code Runner 是一个可以一键运行代码的插件,在工程上一般用 ### 使用 C/C++ 插件编译并调试 ???+ warning - 在配置前,请确保你已经安装了 MinGW-w64 或 Clang,并已经将它们添加到了 `path` 中。 + 在配置前,请确保你已经安装了 [MinGW-w64](https://mingw-w64.org/doku.php/download) 或 [Clang](https://releases.llvm.org/download.html),并已经将它们添加到了 `path` 中。 #### 配置编译与调试 -- 2.11.0