Skip to content

Commit

Permalink
chore(vscode): Update codeActionsOnSave
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentf committed May 30, 2024
1 parent ef8285a commit 4846625
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 @@ -5,7 +5,7 @@
"editor.formatOnSave": false,
},
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.tabSize": 4,
"prettier.configPath": "./.prettierrc"
Expand Down

0 comments on commit 4846625

Please sign in to comment.