{
"editor.fontFamily": "Monaco,'Source Code Pro','Courier New',Menlo",
"editor.lineHeight": 24,
"editor.fontSize": 16,
"editor.fontWeight": "500",
"editor.parameterHints.enabled": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue"
],
"fileheader.Author": "lvyou",
"fileheader.LastModifiedBy": "lvyou",
"vetur.format.defaultFormatter.html": "prettyhtml",
"vetur.format.defaultFormatterOptions": {
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 180
},
"prettyhtml": {
"printWidth": 120,
"singleQuote": false
}
},
"emmet.triggerExpansionOnTab": true,
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"workbench.colorTheme": "Atom One Dark"
}
下面是在 VS Code 中连续写代码一小时(时间可配置),会有杨超越提醒你该休息啦~
可以自己修改配置如下所示:
"ycy.type": "url",
"ycy.customImages": [ "https://images1.jgp","https://images2.jgp" ],
"ycy.title": "爸爸,爸爸,我想你了,该找我聊天啦~",
"ycy.reminderViewIntervalInMinutes": 60
网友评论