Open vscode with the graphic location in preferences/Settings

Just paste the code

{// leek-fund.funds": ["320007", "003096", "161725", "161028", "005609"], "workbench.colorTheme": "One Dark Pro", "editor.fontSize": 14, // [ "sh000001", "sh000300", "sh000016", "sh000688", "hk03690", "hk00700", "usr_ixic", "usr_dji", "usr_inx", "hk01611" ], "Leek - fund. FundSort" : 1, "eslint. CodeAction. ShowDocumentation" : {" enable ": true}, / / TAB size is 2 Spaces" editor. TabSize ": Editor. wordWrapColumn": 100, // Format "editor.formatOnSave" when saving: True, / / open vscode file path navigation "breadcrumbs. Enabled" : true, / / show the markdown in both English and Chinese when switching to produce the special characters of "editor. RenderControlCharacters" : True, / / # let function (name) and add a space between the brackets behind the "vetur. Format. DefaultFormatter. Js" : "vscode-typescript", "javascript.format.insertSpaceBeforeFunctionParenthesis": True, // eslint checks the file type "eslint.validate": [" javascript javascriptreact ", ""," HTML ", "vue"], / / select the vue file format of the template tool "vetur. Format. DefaultFormatter. HTML" : "Js - beautify - HTML / / vetur custom Settings" vetur. Format. DefaultFormatterOptions ": {" prettier" : {" singleQuote ": }, "js-beautify-html": {"wrap_attributes": "auto"}, "[javascript]": { "editor.defaultFormatter": "vscode.typescript-language-features" } }Copy the code