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