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
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]": {