chore(docs): remove .vscode

This commit is contained in:
LukaDev 2024-09-29 14:54:48 +02:00
parent 59d3cdee09
commit 84c027784d
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"
}
]
}