2025-05-19 10:23:36 +00:00
|
|
|
{
|
|
|
|
|
"recommendations": [
|
|
|
|
|
"astro-build.astro-vscode",
|
|
|
|
|
"esbenp.prettier-vscode",
|
|
|
|
|
"dbaeumer.vscode-eslint",
|
|
|
|
|
"davidanson.vscode-markdownlint",
|
|
|
|
|
"golang.go",
|
|
|
|
|
"bradlc.vscode-tailwindcss",
|
|
|
|
|
"craigrbroughton.htmx-attributes",
|
2025-07-03 12:55:03 +00:00
|
|
|
"nefrob.vscode-just-syntax",
|
|
|
|
|
"prisma.prisma"
|
2025-05-19 10:23:36 +00:00
|
|
|
],
|
|
|
|
|
"unwantedRecommendations": []
|
|
|
|
|
}
|