1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

Merge pull request #12579 from Budibase/update-vscode-config

Update VSCode config to adapt to new format of source.fixAll
This commit is contained in:
Adria Navarro 2023-12-14 11:40:26 +01:00 committed by GitHub
commit cb01c45c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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