{
"editor.lineHeight": 22,
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": true,
"workbench.colorTheme": "One Dark Pro",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
".vscode": true,
"**/.idea": true
},
"git.confirmSync": false,
"explorer.openEditors.visible": 0,
"git.enableSmartCommit": true,
"git.autofetch": true,
"explorer.confirmDelete": false,
"editor.lightbulb.enabled": false,
"files.associations": {
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript",
"*.ttss": "css"
},
"emmet.includeLanguages": {
"wxml": "html",
"ttml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"workbench.startupEditor": "welcomePage",
"files.autoSave": "onWindowChange",
"editor.formatOnType": true,
"editor.tabSize": 4,
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto"
},
"prettyhtml": {
"printWidth": 100,
"singleQuote": false
}
},
"vetur.format.defaultFormatter.js": "vscode-typescript",
"explorer.confirmDragAndDrop": false,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"gitlens.hovers.currentLine.over": "line",
"gitlens.currentLine.enabled": false,
"gitlens.codeLens.enabled": false,
"gitlens.statusBar.enabled": false,
"todo-tree.tree.showScanModeButton": false,
"files.autoSaveDelay": 3000,
"easysass.formats": [
{
"format": "compressed",
"extension": ".css"
}
],
"minapp-vscode.formatMaxLineCharacters": 0,
"html.format.preserveNewLines": false,
"editor.formatOnPaste": true,
"svn.commit.checkEmptyMessage": false,
"editor.formatOnSave": true,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"workbench.iconTheme": "vscode-great-icons",
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"window.openFoldersInNewWindow": "on",
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": false
},
"html.format.wrapLineLength": 0,
"editor.wordWrap": "on",
"sync.autoUpload": true,
"git.ignoreWindowsGit27Warning": true,
"vetur.format.options.tabSize": 4,
"editor.detectIndentation": false,
"workbench.editor.enablePreview": false,
}
插件推荐:
|