Add Astro vscode integrations

This commit is contained in:
Sam Carlton 2022-04-25 16:45:29 -05:00
parent c0d182a5de
commit 15e3010dc0
2 changed files with 15 additions and 0 deletions

11
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}