Update VSCode config to adapt to new format of source.fixAll

This commit is contained in:
Sam Rose 2023-12-14 10:30:17 +00:00
parent 51acf6aadc
commit 7b4ab36e39
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[json]": {