美文网首页
VScode 开发配置

VScode 开发配置

作者: 撑船的摆渡人 | 来源:发表于2019-04-25 14:58 被阅读0次

{
"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"
}

509d1fb794c29efcf1aeaaa57be4ca6.png

下面是在 VS Code 中连续写代码一小时(时间可配置),会有杨超越提醒你该休息啦~

image.png
可以自己修改配置如下所示:
"ycy.type": "url",
"ycy.customImages": [ "https://images1.jgp","https://images2.jgp" ],
"ycy.title": "爸爸,爸爸,我想你了,该找我聊天啦~",
"ycy.reminderViewIntervalInMinutes": 60

相关文章

网友评论

      本文标题:VScode 开发配置

      本文链接:https://www.haomeiwen.com/subject/oohzgqtx.html