如何去除这个蓝色背景
code->首选项->设置->调试在这里找一下设置样式。我感觉应该在settings.json文件下,你对应的找一下。
code->首选项->设置->调试
{ "workbench.colorTheme": "Eva Light Bold", "window.zoomLevel": 0, "vetur.format.defaultFormatter.js": "vscode-typescript", "typescript.format.insertSpaceBeforeFunctionParenthesis": true, "javascript.format.insertSpaceBeforeFunctionParenthesis": true, "workbench.editor.showTabs": false, "git.autofetch": true, "editor.fontSize": 14, "prettier.eslintIntegration": true, "prettier.singleQuote": true, "prettier.tslintIntegration": true, "files.associations": { "*.wxml": "vue-html" }, "terminal.integrated.rendererType": "dom", "explorer.confirmDragAndDrop": false, "[javascript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" } }
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
code->首选项->设置->调试
在这里找一下设置样式。我感觉应该在settings.json文件下,你对应的找一下。