欢迎访问悦橙教程(wld5.com),关注java教程。悦橙教程  java问答|  每日更新
页面导航 : > > > 文章正文

vscode,

来源: javaer 分享于  点击 46677 次 点评:111

vscode,


{

"workbench.iconTheme": "material-icon-theme",

"editor.fontSize": 16,

"workbench.colorTheme": "Monokai",

"editor.quickSuggestions": {

"other": true,

"comments": true,

"strings": true

},

"editor.detectIndentation": false,

"editor.wordWrap": "on",

"extensions.ignoreRecommendations": true,

"files.exclude": {

"**/.git": true,

"**/.svn": true,

"**/.hg": true,

"**/.vscode": true,

"**/.project": true,

"**/node_modules": true,

"**/.DS_Store": true

},

"git.enabled": false,

"editor.tabSize": 4,

"search.exclude": {

"**/node_modules": true,

"**/bower_components": true,

"**/dist": true

},

"extensions.autoUpdate": true,

"editor.renderWhitespace": "none",

"editor.cursorBlinking": "smooth",

"terminal.integrated.shell.windows": "C:\\windows\\System32\\cmd.exe",

"terminal.integrated.cursorStyle": "line",

"gulp.autoDetect": "off",

"npm.autoDetect": "off",

"jake.autoDetect": "off",

"grunt.autoDetect": "off",

"terminal.integrated.cursorBlinking": true,

"php.suggest.basic": false,

"php.validate.enable": false,

"scss.validate": false,

"less.validate": false,

"window.zoomLevel": 0,

"px-to-rem.px-per-rem": 64,

"px-to-rem.only-change-first-ocurrence": true,

"editor.minimap.enabled": true,

"beautify.language": {

"js": {

"type": [

"javascript",

"json"

],

"filename": [

".jshintrc",

".jsbeautify"

]

},

"css": [

"css",

"scss"

],

"html": [

"htm",

"html",

"vue"

]

},

"emmet.includeLanguages": {

"vue-html": "html",

"vue": "html"

},

"editor.renderControlCharacters": false,

"workbench.panel.location": "right",

"beautify.config": {

"indent_size": 2

},

"explorer.confirmDelete": false,

"workbench.activityBar.visible": true,

"workbench.statusBar.visible": true,

"workbench.sideBar.location": "left",

"window.menuBarVisibility": "toggle",

"files.trimTrailingWhitespace": true,

"eslint.validate": [

"javascript",

"javascriptreact",

"html",

"vue"

],

"eslint.options": {

"configFile": "D:/code/.eslintrc.json",

"plugins": ["html"]

},

"vetur.format.defaultFormatter.html": "js-beautify-html"


}



转载于:https://blog.51cto.com/iicoo/2064642

相关文章

    暂无相关文章

用户点评