From 56b675a63b1e9e8fdf381fe798c4687917a2faaf Mon Sep 17 00:00:00 2001 From: Xiaohan Chen <26203721+CovMat@users.noreply.github.com> Date: Fri, 17 May 2024 12:51:26 +0900 Subject: [PATCH] Update index.md fix a typo --- content/blog/2020-02-19-vscode-usage/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2020-02-19-vscode-usage/index.md b/content/blog/2020-02-19-vscode-usage/index.md index ceb10dda..1c9cb43f 100644 --- a/content/blog/2020-02-19-vscode-usage/index.md +++ b/content/blog/2020-02-19-vscode-usage/index.md @@ -69,9 +69,9 @@ GMT脚本建议在独立工作空间(文件夹)中执行,有以下两种 若本机安装了Bash终端,vscode也可识别并自动选择bash终端来执行bash脚本。也可通过手工切换,或多个终端切换执行: - {{< figure src="vscode_pic6_1.png" width="700px">}} + {{< figure src="vscode_pic6_1.jpg" width="700px">}} - {{< figure src="vscode_pic6_2.png" width="700px">}} + {{< figure src="vscode_pic6_2.jpg" width="700px">}} 请注意,如果你运行的是 bat 脚本,请点击上图终端窗口的加号旁边的向下箭头,然后点击“选择默认配置文件”。在出现的选项中选择“Command Prompt”。绝对不要使用 PowerShell。