首选项 -> 设置
"javascript.format.insertSpaceABeforeFunctionParenthesis": true, // 函数括号前后加空格
"prettier.singleQuote": true, // 使用单引号
"prettier.semi": false, // 代码后面不加 ;
首选项 -> 设置
"javascript.format.insertSpaceABeforeFunctionParenthesis": true, // 函数括号前后加空格
"prettier.singleQuote": true, // 使用单引号
"prettier.semi": false, // 代码后面不加 ;