分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 运营维护

vscode setting.json

发布时间:2023-09-06 02:32责任编辑:熊小新关键词:jsjson

setting.json

{ ?"sync.gist": "#github的码##", ?"sync.lastUpload": "2018-08-26T06:45:07.435Z", ?"sync.autoDownload": false, ?"sync.autoUpload": false, ?"sync.lastDownload": "2018-05-15T06:30:38.965Z", ?"sync.forceDownload": false, ?"sync.host": "", ?"sync.pathPrefix": "", ?"sync.quietSync": false, ?"sync.askGistName": false, ?"sync.removeExtensions": true, ?"sync.syncExtensions": true, ?"editor.fontSize": 16, ?"workbench.colorTheme": "Dracula Soft", ?"view-in-browser.customBrowser": "chrome", ?"explorer.confirmDragAndDrop": false, ?"explorer.confirmDelete": false, ?"[vue]": {}, ?"background.useDefault": false, ?"background.customImages": [ ???"file:///D:/bg1.jpg", ???"file:///D:/bg2.jpg", ???"file:///D:/bg3.jpg" ?], ?"background.style": { ???"content": "‘‘", ???"pointer-events": "none", ???"position": "absolute", ???"z-index": "99999", ???"width": "100%", ???"height": "100%", ???"background-color": "#282A36", ???"background-position": "100% 100%", ???"background-repeat": "no-repeat", ???"opacity": 0.9 ?}, ?"background.useFront": false, ?"window.zoomLevel": 0, ?"search.location": "sidebar", ?"workbench.activityBar.visible": true, ?"window.menuBarVisibility": "toggle", ?"search.exclude": { ???"**/node_modules": true, ???"**/dist": true, ???"**/bower_components": true ?}, ?"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", ?"git.ignoredRepositories": [ ???"https://github.com/iview/iview-admin" ?], ?"git.checkoutType": "local", ?"git.autoRepositoryDetection": false, ?"git.autorefresh": false, ?"editor.detectIndentation": false, ?"editor.formatOnSave": true, ?"eslint.autoFixOnSave": true, ?"eslint.validate": [ ???"javascript", ???"javascriptreact", ???{ ?????"language": "vue", ?????"autoFix": true ???} ?], ?"prettier.eslintIntegration": true, ?"prettier.semi": false, ?"prettier.singleQuote": true, ?"javascript.format.insertSpaceBeforeFunctionParenthesis": true, ?"vetur.format.defaultFormatter.js": "vscode-typescript", ?"vetur.format.defaultFormatterOptions": { ???"js-beautify-html": { ?????"wrap_attributes": "force-aligned" ???}, ???"prettyhtml": { ?????"printWidth": 100, ?????"singleQuote": false ???} ?}, ?"editor.tabSize": 2, ?"todo-tree.defaultHighlight": { ???"foreground": "green", ???"type": "none" ?}, ?"todo-tree.customHighlight": { ???"TODO": {}, ???"FIXME": {} ?}, ?"workbench.iconTheme": "vscode-icons", ?"git.autofetch": true, ?"git.enableSmartCommit": true, ?"git.confirmSync": false, ?"vetur.validation.template": false, ?"vetur.format.defaultFormatter.html": "js-beautify-html" ?// "terminal.integrated.shell.windows": "D:\\cmder\\Cmder.exe"}

我以前不好用的 但是颜色比较喜欢的黑色的

{ ???"window.zoomLevel": 2, ???"workbench.iconTheme": "vscode-icons", ???"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", ???"editor.tabSize": 2, ???"vetur.validation.template": false, ???"vetur.format.defaultFormatter.js": "vscode-typescript", ???"[vue]": {}, ???"emmet.includeLanguages": { ???????"vue": "html", ???????"vue-html": "html" ???}, ???"files.associations": { ???????"*.vue": "html" ???}, ???"editor.quickSuggestions": { ???????"other": true, ???????"comments": true, ???????"strings": true ???}, ???//配置eslint ???"eslint.autoFixOnSave": true, ???"files.autoSave": "off", ???"eslint.validate": [ ???????"javascript", ???????"javascriptreact", ???????"html", ???????{ ???????????"language": "vue", ???????????"autoFix": true ???????} ???], ???"eslint.options": { ???????"plugins": ["html"] ???}, ???"search.exclude": { ???????"**/node_modules": true, ???????"**/bower_components": true, ???????"**/dist": true ?????}}

vscode setting.json

原文地址:https://www.cnblogs.com/pengchenggang/p/10345791.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved