code->首选项->设置->调试在这里找一下设置样式。我感觉应该在settings.json文件下,你对应的找一下。 { "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" } }
code->首选项->设置->调试
在这里找一下设置样式。我感觉应该在settings.json文件下,你对应的找一下。