上一篇:《阿里云cdn一键清除所有缓存》


《vscode 插件》

作者 vhaixingv 创建于 20-03-25 09:51:16

Chinese (Simplified) Language Pack for Visual Studio Code


Debugger for Chrome


EditorConfig for VS Code


ESLint


HTML CSS Support


HTML Snippets


jQuery Code Snippets


Path Intellisense


Python


Typings Installer


Vetur


Vue 2 Snippets



{

"git.ignoreMissingGitWarning": true,
"search.followSymlinks": false,
"editor.formatOnSave": false,
"files.encoding": "UTF-8",
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "html",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
}
],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.pyc": true,
},
"files.autoSave": "off"
}



下一篇:《discuz dz 3.4 表介绍》