vscode stuff

This commit is contained in:
lilgreenland
2019-10-22 07:08:09 -07:00
parent 9d8d9cc734
commit de6ed64d22

14
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
// 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"
}
]
}