chore: add recommended extensions (#1469)

This commit is contained in:
Myriad-Dreamin 2025-03-09 22:04:41 +08:00 committed by GitHub
parent 1ad14833dd
commit 987758869f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,4 +27,11 @@
"**/target": true
},
},
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"myriad-dreamin.tinymist",
]
},
}