VS Code配置settings.json

settings.json

VS Code存在两种设置 settings.json 的方式:

打开方式:

extensions.json

工作区文件夹.vscode 的文件夹

{
  // See http://go.microsoft.com/fwlink/?LinkId=827846
  // for the documentation about the extensions.json format
  "recommendations": [
    // Foam's own extension
    "foam.foam-vscode",

    // Tons of markdown goodies (lists, tables of content, so much more)
    "yzhang.markdown-all-in-one",

    // Prettier for auto formatting code
    "esbenp.prettier-vscode",

    // Understated grayscale theme (light and dark variants)
    "philipbe.theme-gray-matter"
  ]
}

keybindings.json

使用 Ctrl+Shift+P,搜keyboard shortcuts

修改扩展配置