Renamed to Example for user-friendliness

This commit is contained in:
2020-02-22 11:27:30 -06:00
parent a2d39e7463
commit da9864462b

7
.vscode/launch.json vendored
View File

@ -7,8 +7,11 @@
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}\\example.js"
"name": "Example",
"program": "${workspaceFolder}\\example.js",
"skipFiles": [
"<node_internals>/**"
]
}
]
}