Delete launch.json

This commit is contained in:
Matteias Collet 2021-01-30 18:54:14 +01:00 committed by GitHub
parent 0ee8e1c057
commit 41ca1f1b5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.vscode/launch.json vendored
View file

@ -1,16 +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}/test-project/server.js",
"cwd": "${workspaceFolder}/test-project",
"preLaunchTask": "npm: install - test-project"
}
]
}