OSDN Git Service

fix(vscode): fix typo
authorShuhao Zhang <studyingfather@outlook.com>
Sun, 20 Dec 2020 03:08:50 +0000 (11:08 +0800)
committerGitHub <noreply@github.com>
Sun, 20 Dec 2020 03:08:50 +0000 (11:08 +0800)
docs/tools/editor/vscode.md

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