Alomerry Wu @ alomerry.com

vscode 常用设置与技巧

Sep 29, 2021 · 1min · 58 ·

常用设置

{
  // 设置 vscode 的默认 shell
  "terminal.integrated.defaultProfile.linux": "zsh",
  // 搜索时排除的路径
  "search.exclude": {
    "**/*.code-search": true,
    "**/bower_components": true,
    "**/node_modules": false,
    "**/node_moduless": true
  },
  "window.autoDetectColorScheme": true,
  "workbench.preferredDarkColorTheme": "Visual Studio Dark",
  "workbench.preferredLightColorTheme": "Visual Studio Light",
  "workbench.colorTheme": "Visual Studio Light",
  "window.nativeTabs": true,
  "editor.wordWrap": "on",
  "files.autoSave": "afterDelay"
}
 
 comment..
你认为这篇文章怎么样?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v3.0.1
Theme by antfu
2018 - Present © Alomerry Wu