Remove vscode settings

This commit is contained in:
Ivan R. 2023-08-27 23:39:49 +05:00
parent ab88a27112
commit 0c438fdf9c
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C
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"
}
]
}