Created
May 25, 2017 11:55
-
-
Save seunlanlege/dc300185100a9fc523088cf08ed7e005 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
// Place your settings in this file to overwrite the default settings | |
{ | |
"swift.path.swift_driver_bin": "/usr/bin/swift/bin/swift", | |
"files.associations": { | |
// "extension name": "html", | |
".jsx": "html" | |
}, | |
"rust.rls": { | |
"executable": "rustup", | |
"args": ["run", "nightly", "rls"] | |
}, | |
"files.autoSave": "afterDelay", | |
"editor.scrollBeyondLastLine": false, | |
"html.format.indentInnerHtml": true, | |
"editor.fontSize": 15, | |
"editor.fontFamily": "Monaco", | |
"eslint.autoFixOnSave": true, | |
"git.confirmSync": false, | |
"window.zoomLevel": 1, | |
"editor.tabSize": 2, | |
"editor.insertSpaces": false, | |
"editor.detectIndentation": false, | |
"files.exclude": { | |
"**/node_modules": true | |
}, | |
"javascript.validate.enable": false, | |
"editor.renderIndentGuides": true, | |
"emmet.syntaxProfiles": { | |
"javascript": ["html", "jsx", "js"], | |
"xml": { | |
"attr_quotes": "single" | |
} | |
}, | |
"html.format.preserveNewLines": true, | |
"html.format.indentHandlebars": true, | |
"editor.cursorStyle": "line", | |
"workbench.colorTheme": "Material Theme Palenight", | |
"workbench.iconTheme": "material-theme-icons", | |
"workbench.welcome.enabled": false, | |
"workbench.colorCustomizations": { | |
"statusBarBackground": "#65193D", | |
"activityBarBackground": "#3E013C" | |
}, | |
"swift.path.sourcekiteDockerMode": true, | |
"go.formatOnSave": false, | |
"dart.debugSdkLibraries": false, | |
"dart.debugExternalLibraries": false, | |
"material-icon-theme.showUpdateMessage": false, | |
"typescript.check.tscVersion": false, | |
"java.errors.incompleteClasspath.severity": "ignore" | |
// "[javascript]": { | |
// "editor.quickSuggestions": { | |
// "interfaces": false | |
// } | |
// } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment