remove vscode folder

This commit is contained in:
2026-09-21 20:39:31 +02:00
parent dab461ab17
commit c511a4f256
2 changed files with 0 additions and 15 deletions
-4
View File
@@ -1,4 +0,0 @@
{
"recommendations": ["astro-build.astro-vscode", "unifiedjs.vscode-mdx"],
"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"
}
]
}