Skip to content

Instantly share code, notes, and snippets.

@transtone
Created November 11, 2019 05:53
Show Gist options
  • Save transtone/be7b83f82d8541efed9bb7f5012e073c to your computer and use it in GitHub Desktop.
Save transtone/be7b83f82d8541efed9bb7f5012e073c to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Fira Code Retina, 等距更纱黑体 SC Medium, Monaco, monospace, Source Han Sans SC",
"editor.fontSize": 13,
"editor.fontLigatures": true,
"editor.insertSpaces": true,
"search.followSymlinks": false,
"outline.problems.enabled": false,
"window.enableMenuBarMnemonics": false,
"window.zoomLevel": 0,
"window.title": "${activeEditorLong}${separator}${rootName}",
"terminal.integrated.fontSize": 13,
"editor.tabSize": 2,
"editor.tabCompletion": "on",
"breadcrumbs.enabled": true,
"emmet.triggerExpansionOnTab": true,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
"editor.formatOnSave": true,
"editor.formatOnSaveTimeout": 2000,
"[markdown]": {
"editor.formatOnSave": false
},
"vetur.validation.template": false,
"vetur.format.defaultFormatterOptions": {
"prettyhtml": {
"printWidth": 120
},
"prettier": {
"semi": false,
"singleQuote": true
}
},
"html.validate.styles": false,
"extensions.ignoreRecommendations": true,
"editor.wordWrap": "on",
"workbench.iconTheme": "vscode-great-icons",
"git.confirmSync": false,
"git.enableSmartCommit": true,
"git.countBadge": "tracked",
"git.autofetch": true,
"editor.quickSuggestions": {
"strings": true
},
"workbench.startupEditor": "newUntitledFile",
"files.associations": {
"*.tpl": "html",
"*.pmul": "diagram",
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript",
"*.mpx": "vue"
},
"extensions.showRecommendationsOnlyOnDemand": true,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/.idea": true,
"**/*.js.map": {
"when": "$(basename)"
},
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/jspm_packages": true
},
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": true,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": true
},
"gitlens.keymap": "none",
"gitlens.showWhatsNewAfterUpgrades": false,
"gitlens.advanced.fileHistoryFollowsRenames": false,
"gitlens.views.repositories.files.layout": "tree",
"gitlens.views.fileHistory.location": "scm",
"gitlens.views.repositories.location": "scm",
"workbench.colorCustomizations": {
"editorIndentGuide.activeBackground": "#6A3134"
},
"explorer.confirmDragAndDrop": false,
"typescript.locale": "zh-CN",
"javascript.updateImportsOnFileMove.enabled": "never",
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"outline.problems.badges": false,
"outline.icons": false,
"outline.problems.colors": false,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"typescript.referencesCodeLens.enabled": true,
"javascript.referencesCodeLens.enabled": true,
"typescript.implementationsCodeLens.enabled": true,
"editor.codeLens": false,
"[json]": {
"editor.defaultFormatter": "mohsen1.prettify-json"
},
"debug.console.fontFamily": "等距更纱黑体 SC Medium",
"terminal.integrated.fontFamily": "等距更纱黑体 SC Medium",
"plantuml.render": "PlantUMLServer",
"plantuml.server": "http://plantuml.com/plantuml",
"explorer.confirmDelete": false,
"markdown.preview.fontFamily": "'Source Han Sans SC', '等距更纱黑体 SC Medium', 'Segoe WPC', 'Segoe UI', 'Ubuntu', 'Droid Sans', sans-serif",
"extensions.autoUpdate": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment