Skip to content

Commit

Permalink
misc: Update VSC settings fixAll option changes (#3760)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Apr 19, 2024
1 parent 4fbea6c commit aaecd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"[json]": {
"editor.formatOnType": false,
Expand Down

0 comments on commit aaecd92

Please sign in to comment.