1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

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

View file

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