Skip to content

Instantly share code, notes, and snippets.

@oilsinwater
Last active August 5, 2018 01:01
Show Gist options
  • Save oilsinwater/432b0a0bd4b7011384620077a767d76c to your computer and use it in GitHub Desktop.
Save oilsinwater/432b0a0bd4b7011384620077a767d76c to your computer and use it in GitHub Desktop.
VS Code settings
{
"cSpell.language": "en",
"cSpell.userWords": [
"Drummond",
"Philliph",
"celsius",
"kelvin",
"newton",
"require"
],
"debug.allowBreakpointsEverywhere": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"editor.renderIndentGuides": false,
"editor.fontFamily": "Operator Mono",
"editor.fontLigatures": true,
"editor.renderWhitespace": "all",
"explorer.confirmDragAndDrop": false,
"files.autoSave": "afterDelay",
"gitlens.historyExplorer.enabled": true,
"gitlens.keymap": "none",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"materialTheme.fixIconsRunning": true,
"terminal.integrated.shell.osx": "/usr/local/bin/fish",
"terminal.integrated.fontFamily": "Dank Mono",
"terminal.integrated.experimentalRestore": true,
"window.zoomLevel": 0,
"window.restoreFullscreen": true,
"workbench.colorCustomizations": {
"activityBar.background": "#000C1D",
"activityBar.border": "#102a44",
"sideBar.background": "#001122",
"sideBar.border": "#102a44",
"sideBar.foreground": "#8BADC1",
"statusBar.background": "#0c0644",
"panel.background": "#0f043f",
},
"workbench.tree.horizontalScrolling": true,
"workbench.iconTheme": "eq-material-theme-icons-palenight",
"workbench.colorTheme": "Dark Candy Retro",
"zenMode.restore": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment