after updating vscode to the latest version, format the vue code with prettier. I originally set
"prettier.singleQuote": true,
"prettier.semi": false,
it works to remove the semicolon and uniformly use the""sign when formatting before, but it doesn"t work after the update. Which god knows what"s going on?