Last active
August 13, 2019 07:19
-
-
Save maoxiaoke/108ef87c5dfacee6a7fe415cf1adc6e9 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
{ | |
"workbench.colorTheme": "Eva Dark Bold", | |
"workbench.iconTheme": "file-icons", | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"editor.fontFamily": "Inconsolata, 'Andale Mono', 'Fira Mono', Monaco", | |
// "editor.fontFamily": "'DankMono-Italic', 'Fira Mono', Monaco", | |
// "editor.fontFamily": "'Fira Mono', Monaco", | |
"editor.fontLigatures": true, | |
// "editor.fontWeight": "500", | |
"editor.fontSize": 16, | |
"editor.tabSize": 2, | |
"terminal.integrated.shell.osx": "/bin/zsh", | |
"workbench.statusBar.visible": true, | |
"explorer.confirmDragAndDrop": false, | |
"explorer.confirmDelete": false, | |
"window.zoomLevel": 0, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact", | |
"typescript", | |
"typescriptreact", | |
"javascriptvue", | |
"typescriptvue", | |
{ | |
"language": "vue", | |
"autoFix": true | |
} | |
], | |
"tslint.typeCheck": true, | |
"files.associations": { | |
"*.vue": "vue" | |
}, | |
"leetcode.defaultLanguage": "javascript", | |
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment