vscode setting.json
2022-11-29 本文已影响0人
Frank_Fang
{
"update.mode": "manual",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true,
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "aligned-multiple"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": true
},
"prettier": {
"singleQuote": true,
"trailingComma": true
}
},
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.eslint": true
},
"vetur.format.defaultFormatter.html": "js-beautify-html",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"liveServer.settings.donotShowInfoMsg": true,
"task.autoDetect": "off",
"workbench.editor.enablePreview": false,
"eslint.options": {
"extensions": [".js", ".vue"]
},
"eslint.validate": [
"javascript",
"javascriptreact",
"vue-html",
{
"language": "vue",
"autoFix": true
},
{
"language": "html",
"autoFix": true
}
],
"eslint.run": "onSave",
"eslint.autoFixOnSave": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"cSpell.userWords": [
"Axios",
"cascader",
"daterange",
"echarts",
"UUIDV",
"vuedraggable"
],
"[css]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"editor.fontFamily": "'Cascadia Code','黑体',Consolas,'Courier New',monospace",
"editor.fontSize": 18,
"editor.fontWeight": 600,
"editor.minimap.maxColumn": 90,
"editor.fontLigatures": true,
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.defaultProfile.windows": "PowerShell 7",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
"PowerShell 7": {
"path": "C:\\Program Files\\PowerShell\\7\\pwsh.exe"
},
"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe (migrated)": {
"path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"args": []
}
},
"debug.console.fontSize": 14,
"scm.inputFontSize": 12,
"bracketPairColorizer.depreciation-notice": false,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"sync.forceDownload": true,
"sync.gist": "27e5eae97927c84836a3f52280ee69a9",
"workbench.colorTheme": "One Dark Pro Mix",
"vsicons.dontShowNewVersionMessage": true
}