vscode setting.json配置
程序员文章站
2022-06-26 12:04:42
...
{
"editor.tabSize": 2,
"files.associations": {
"*.vue": "vue"
},
"eslint.autoFixOnSave": true,
"eslint.options": {
"extensions": [
".js",
".vue"
]
},
"eslint.validate": [
"javascript",{
"language": "vue",
"autoFix": true
},"html",
"vue"
],
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true
},
"emmet.syntaxProfiles": {
"javascript": "jsx",
"vue": "html",
"vue-html": "html"
},
"git.confirmSync": false,
"window.zoomLevel": 0,
"editor.renderWhitespace": "boundary",
"editor.cursorBlinking": "smooth",
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.fontFamily": "'Droid Sans Mono', 'Courier New', monospace, 'Droid Sans Fallback'",
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}",
"editor.codeLens": true,
"editor.snippetSuggestions": "top",
}
推荐阅读
-
酷开49u2和小米电视2哪个好?酷开49u2和小米2配置参数对比区别介绍
-
Linux计划任务Crontab学习笔记(3):配置文件
-
天猫魔盒1s怎么样? 天猫魔盒1s配置评测教程
-
Django连接Oracle数据库配置
-
Vue + Webpack + Vue-loader学习教程之相关配置篇
-
在集成环境中修改配置文件php.ini不生效的解决办法
-
vscode+php+xdebug won't stop at breakpoint 断点不起作用
-
使用Nginx反向代理与proxy_cache缓存搭建CDN服务器的配置方法
-
[视频教程] 灵活配置多版本PHP并存运行
-
实现Nginx中使用PHP-FPM时记录PHP错误日志的配置方法