Removed .vscode

This commit is contained in:
Filip Znachor 2024-04-27 22:32:17 +02:00
parent 119a5f3e0d
commit b760cfae65
2 changed files with 0 additions and 15 deletions

View file

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

11
.vscode/launch.json vendored
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"
}
]
}