OSDN Git Service

Add guide for Code Runner extension.
authorxyf007 <41227294+xyf007@users.noreply.github.com>
Thu, 17 Dec 2020 15:07:49 +0000 (23:07 +0800)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 15:07:49 +0000 (23:07 +0800)
docs/tools/editor/vscode.md

index 2e1f374..ac551c6 100644 (file)
@@ -20,6 +20,8 @@ Code Runner 是一个可以一键运行代码的插件,在工程上一般用
 
 ???+ warning
     如果安装了 VS Code 与 Code Runner 后,代码仍然无法运行,很有可能是因为系统尚未安装 C/C++ 的运行环境,参考 [Hello, World! 页面](../../lang/helloworld.md) 以安装。
+    记得勾选设置中的 Run In Terminal 选项,如图:
+    ![](.images/vscode-7.png)
 
 ## 使用 C/C++ 插件编译并调试