avior.me/.vscode/settings.json
Florian Bouillon 0ff26c24b8 feat: Move posts to use the PIcture element
Signed-off-by: Florian Bouillon <f.bouillon@aptatio.com>
2023-10-04 18:00:27 +02:00

12 lines
163 B
JSON

{
"editor.quickSuggestions": {
"strings": "on"
},
"tailwindCSS.includeLanguages": {
"astro": "html"
},
"files.associations": {
"*.mdx": "markdown"
}
}