update setting.json (#1540)

This commit is contained in:
Vishnu Mohandas 2024-01-11 21:40:41 +05:30 committed by GitHub
commit 8821b7198d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnPaste": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"typescript.enablePromptUseWorkspaceTsdk": true
}