- background 背景
- Bracket Pair Colorizer 彩色括號
- EditorConfig for VS Code 生成.editorconfig文件
- ESLint
- GitLens 易查看處理的 git 版本信息工具
- language-stylus stylus語法支持
- Manta's Stylus Superemacy .styl文件格式化
- Markdown Preview Enhanaced github風格markdown預覽
- Vetur .vue文件語法支持及格式化
{
"workbench.colorTheme": "Monokai",
// 一個制表符等于的空格數(shù)。該設置在 "editor.detectIndentation" 啟用時根據(jù)文件內容可能會被覆蓋。
"editor.tabSize": 2,
// 終端在 Windows 上使用的 shell 的路徑。
"terminal.integrated.shell.windows": "C://Program Files//Git//bin//bash.exe",
// 設置 git 安裝路徑
"git.path": "C://Program Files//Git//bin//bash.exe",
// Eslint配置
"workbench.startupEditor": "welcomePage",
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue",
{
"language": "html",
"autoFix": true
},
{
"language": "vue",
"autoFix": true
}
],
// stylus
"stylusSupremacy.insertColons": false, // 是否插入冒號
"stylusSupremacy.insertSemicolons": false, // 是否插入分號
"stylusSupremacy.insertBraces": true, // 是否插入大括號
"stylusSupremacy.insertNewLineAroundImports": false, // import之后是否換行
"stylusSupremacy.insertNewLineAroundBlocks": true, // 兩個選擇器中是否換行
// "window.zoomLevel": 0,
// "files.autoSaveDelay": 4000,
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
// emmet
"emmet.includeLanguages": {
"vue": "html",
"vue-html": "html",
"js": "js"
},
// prettier
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.jsxSingleQuote": true,
"prettier.eslintIntegration": true,
// vetur
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
// force-aligned | force-expand-multiline
"wrap_attributes": "force-aligned"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": true
},
"prettier": {
"semi": false,
"singleQuote": true
}
},
"vetur.format.defaultFormatter.html": "js-beautify-html",
"window.zoomLevel": 0,
"keyboard-counter.keycount": 2488
}
最后編輯于 :
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
【社區(qū)內容提示】社區(qū)部分內容疑似由AI輔助生成,瀏覽時請結合常識與多方信息審慎甄別。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。