chore(website): remove .vscode files

This commit is contained in:
Lars Hampe 2024-10-03 21:29:10 +02:00
parent 60550976f8
commit 8f5ab7f7b0
2 changed files with 0 additions and 15 deletions

View File

@ -1,4 +0,0 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}

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"
}
]
}