From f15ca870d245f045e5549a7e10badd331a3676f5 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Wed, 28 Jun 2023 11:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=BB=88=E7=AB=AF=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/VSCode/VSCode_常见问题集锦.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Software/Applications/VSCode/VSCode_常见问题集锦.md b/Software/Applications/VSCode/VSCode_常见问题集锦.md index 6c93dba..d10bca1 100644 --- a/Software/Applications/VSCode/VSCode_常见问题集锦.md +++ b/Software/Applications/VSCode/VSCode_常见问题集锦.md @@ -34,4 +34,15 @@ VSCodium 是微软 Visual Studio Code 的一个分支。该项目的唯一目的 这解决了你想在去掉 Microsoft 的专有代码的情况下使用 VS Code ,而你又不习惯从源代码构建它的问题。 -可以从 下载 VSCodium 的最新版本。 \ No newline at end of file +可以从 下载 VSCodium 的最新版本。 + +## 6. 终端设置 + +```json +// 粗体 +"terminal.integrated.fontWeightBold": "bold", +// 默认终端 +"terminal.integrated.defaultProfile.osx": "bash", +// 终端字体 +"terminal.integrated.fontFamily": "monospace", +``` \ No newline at end of file