Remove .vscode folder

Editor-specific config, not needed in the repo.
This commit is contained in:
2026-09-15 19:04:35 -04:00
parent dcff6c7b5a
commit ead44ca55b
2 changed files with 0 additions and 15 deletions
-4
View File
@@ -1,4 +0,0 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}
-11
View File
@@ -1,11 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}