chore: add mdx and gitlens as recommended VSCode extensions for improved development experience

This commit is contained in:
javayhu 2025-04-21 09:53:26 +08:00
parent 35bcbb7a06
commit 8e2a6a3d47

View File

@ -2,6 +2,8 @@
"recommendations": [ "recommendations": [
"biomejs.biome", "biomejs.biome",
"bradlc.vscode-tailwindcss", "bradlc.vscode-tailwindcss",
"Lokalise.i18n-ally" "Lokalise.i18n-ally",
"unifiedjs.vscode-mdx",
"eamodio.gitlens"
] ]
} }