Created
July 5, 2018 08:31
-
-
Save ahmedash95/2d262f22bf01fdfab0450992a2a95958 to your computer and use it in GitHub Desktop.
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
{ | |
"window.zoomLevel": 0, | |
"workbench.iconTheme": "material-icon-theme", | |
"material-icon-theme.showUpdateMessage": false, | |
"vsicons.dontShowNewVersionMessage": true, | |
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace", | |
// "editor.fontSize": 14, | |
// "editor.lineHeight": 25, | |
// "editor.fontFamily": "'SF Mono', Menlo, Monaco, 'Courier New', monospace", | |
"editor.lineHeight": 25, | |
"editor.fontSize": 14, | |
"editor.letterSpacing": 0.5, | |
"files.trimTrailingWhitespace": true, | |
"editor.fontWeight": "400", | |
// this isn't really underline-thin but we hack it to be a thicker cursor | |
"editor.cursorStyle": "underline", | |
"editor.cursorBlinking": "solid", | |
// Very important: Install this plugin: https://github.com/be5invis/vscode-custom-css | |
// you'll need to change this to an absolute path on your computer | |
"editor.renderWhitespace": "all", | |
"explorer.openEditors.visible":0, | |
"workbench.statusBar.visible": false, | |
"workbench.activityBar.visible": false, | |
"editor.minimap.enabled": false, | |
"emmet.triggerExpansionOnTab": true, | |
"python.disablePromptForFeatures": [ | |
"pylint" | |
], | |
"vsicons.projectDetection.autoReload": true, | |
"workbench.editor.enablePreview": false, | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"cSpell.userWords": [ | |
"adset", | |
"adsets", | |
"godotenv", | |
"gonic", | |
"joho", | |
"speakol" | |
], | |
"workbench.colorTheme": "Atom One Dark", | |
"materialTheme.cache.workbench.settings": { | |
"themeColours": "Default" | |
}, | |
"extensions.ignoreRecommendations": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment