Last active
August 5, 2018 01:01
-
-
Save oilsinwater/432b0a0bd4b7011384620077a767d76c to your computer and use it in GitHub Desktop.
VS Code settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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