1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-21 23:42:23 +00:00

Updated code action fixall value for VSCode

(cherry picked from commit 8af4246ff9baee4c291550102769a1186f65dc29)
This commit is contained in:
Treycos 2024-08-26 02:22:42 +02:00 committed by Bogdan
parent 657ced4772
commit f6d630bdd3

View file

@ -9,7 +9,7 @@
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"typescript.preferences.quoteStyle": "single",