Skip to content
Snippets Groups Projects
Commit 85446d50 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: update code action on save

parent c093439c
No related branches found
No related tags found
1 merge request!56v1.4.0
Pipeline #88268 passed
......@@ -19,8 +19,8 @@
"titleBar.inactiveForeground": "#15202b99"
},
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"gitlens.remotes": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment