Skip to content

Instantly share code, notes, and snippets.

@maoxiaoke
Last active August 13, 2019 07:19
Show Gist options
  • Save maoxiaoke/108ef87c5dfacee6a7fe415cf1adc6e9 to your computer and use it in GitHub Desktop.
Save maoxiaoke/108ef87c5dfacee6a7fe415cf1adc6e9 to your computer and use it in GitHub Desktop.
{
"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