Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
Stop vscode from trying to update this all the time
  • Loading branch information
rdragan authored Jul 3, 2024
1 parent ed54234 commit 182b290
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 @@ -10,7 +10,7 @@
"**/.pnp.*": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"workbench.editorAssociations": {
"*.dmi": "imagePreview.previewEditor"
Expand Down

0 comments on commit 182b290

Please sign in to comment.