Skip to content

Instantly share code, notes, and snippets.

@temberature
Created November 27, 2018 11:39
Show Gist options
  • Select an option

  • Save temberature/241f29c26dd8a54cf749782b1ae36740 to your computer and use it in GitHub Desktop.

Select an option

Save temberature/241f29c26dd8a54cf749782b1ae36740 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "One Dark Pro",
"workbench.iconTheme": "vscode-icons",
"editor.foldingStrategy": "indentation",
"git.autofetch": true,
"workbench.editor.enablePreviewFromQuickOpen": false,
"window.zoomLevel": 0,
"diffEditor.ignoreTrimWhitespace": true,
"gitlens.hovers.currentLine.over": "line",
"eslint.validate": ["javascript", "javascriptreact", "vue"],
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"cSpell.userWords": [
"anymock",
"anyproxy",
"callsuper",
"devtools",
"iqiyi",
"iqiyipic",
"islogin",
"jsonp",
"lazyload",
"qi",
"qitan",
"qiyi",
"qiyipic",
"rseat",
"temberature",
"tiandatong",
"uniqy",
"vuex"
],
"gitlens.blame.ignoreWhitespace": true,
"vetur.format.defaultFormatter.html": "prettyhtml",
"terminal.integrated.shell.windows": "C:\\windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"breadcrumbs.enabled": true,
"workbench.sideBar.location": "right",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"javascript.implicitProjectConfig.checkJs": true,
"prettier.singleQuote": true,
"prettier.eslintIntegration": true,
"prettier.tabWidth": 2,
"editor.formatOnSave": true,
"npm.enableScriptExplorer": true,
"multiCommand.commands": [
{
"command": "multiCommand.makeRoom",
"sequence": [
"workbench.action.toggleSidebarVisibility",
"workbench.action.toggleActivityBarVisibility"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment