diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-06-17 15:35:04 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-06-17 15:35:04 -0400 |
| commit | a2da20ce52b86552771f1dfa3cb46d07255cc288 (patch) | |
| tree | 96247842c3160c3a498fab5fd40a98fa38e6b0b3 /.vscode | |
| parent | cbfaa8d3d8b5fe2190d6ebeb8b8e59c975069855 (diff) | |
| download | alp-website-a2da20ce52b86552771f1dfa3cb46d07255cc288.tar.gz alp-website-a2da20ce52b86552771f1dfa3cb46d07255cc288.tar.bz2 alp-website-a2da20ce52b86552771f1dfa3cb46d07255cc288.zip | |
New ToS and Logo
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..2359da6 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,17 @@ +{ + // 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", + "skipFiles": [ + "<node_internals>/**" + ], + "program": "${workspaceFolder}/index.js" + } + ] +}
\ No newline at end of file |
