VSCode插件 npm包

时间:2025-04-25 07:51:39
{ "": "vscode-icons", "": "C:\\WINDOWS\\System32\\", "": "newUntitledFile", "": false, "": true, "": true, "": false, "": true, "": "preserve", "": 200, "": true, "": 4, // tab 缩进的空格数 "": false, "": "js-beautify-html", "": "vscode-typescript", "": { "js-beautify-html": { "wrap_line_length": 120, // 换行长度 "wrap_attributes": "aligned-multiple", "end_with_newline": true // 文件结尾添加新行 }, "prettyhtml": { "printWidth": 120, "singleQuote": false, "wrapAttributes": false, "sortAttributes": false }, "prettier": { "semi": false, // 格式化是否添加分号 "singleQuote": true, // 格式化以单引号为主 // "trailingComma": "none", // 末尾不加逗号 } }, "": 120, "": "wordWrapColumn", "[javascript]": { "": "-language-features" }, }