Delete launch.json

This commit is contained in:
landgreen
2023-01-29 11:21:47 -08:00
committed by GitHub
parent f55637193e
commit 74f569b836

14
.vscode/launch.json vendored
View File

@@ -1,14 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/js/spawn.js"
}
]
}