vsc_userSettings

Settings: User

{
  "window.titleBarStyle": "native",
  "window.title": "${dirty} ${activeEditorLong}${separator}${rootName}",
  "window.zoomLevel": 2,

  "workbench.iconTheme": "vscode-great-icons",
  "workbench.colorTheme": "Cobalt2",
  "workbench.activityBar.visible": true,
  "workbench.sideBar.location": "right",
  "workbench.statusBar.visible": true,

  "editor.wordWrap": "wordWrapColumn",
  "editor.wordWrapColumn": 250,
  "editor.tabSize": 2,
  "editor.fontFamily": "Varela Round",
  "editor.formatOnSave": false,

  "files.trimTrailingWhitespace": true,

  "html.autoClosingTags": true,

  "browserRefresh.browser": "Google Chrome",
  "browserRefresh.delay": 0,
  "browserRefresh.focus": false,

  "colorHelper.pickerForm": "largePalette",
  "colorHelper.storeDir": "/Users/reinhardjung/Local Sites/colorPalette",
  "colorHelper.resident": true
  ,

  "terminal.integrated.fontFamily": "monospace",
  "terminal.integrated.shell.osx": "/bin/bash",

  "git.autofetch": true,
  "git.enableSmartCommit": true,
  "githubNotificationsBell.oauthToken": "1234567890ABCD1234567890abcd1234567890",
}

 

Share this post