Delete .vscode/launch.json

This commit is contained in:
einhornimmond 2024-02-14 09:04:03 +01:00 committed by GitHub
parent c7d6049bd9
commit ff3233e5ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
.vscode/launch.json vendored
View File

@ -1,12 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node-terminal",
"name": "Admin: test",
"request": "launch",
"command": "yarn run test",
"cwd": "${workspaceFolder}/admin"
}
]
}