This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
starlight/.vscode/extensions.json

10 lines
186 B
JSON
Raw Normal View History

2024-09-21 09:38:00 +00:00
{
2024-09-28 11:04:57 +00:00
"recommendations": [
"astro-build.astro-vscode",
"xyc.vscode-mdx-preview",
"pkief.material-icon-theme",
"unifiedjs.vscode-mdx"
],
2024-09-21 09:38:00 +00:00
"unwantedRecommendations": []
}