diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-08-27 22:40:07 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-08-27 22:40:07 -0400 |
| commit | b754157713b79024793c3571f2dba8c688851796 (patch) | |
| tree | 2a865d281b65c10d3175ccca28587a2d57c50e46 /.vscode | |
| parent | 589e271352fc86c119096e503d799c1a656bbce2 (diff) | |
| download | alp-website-rewrite.tar.gz alp-website-rewrite.tar.bz2 alp-website-rewrite.zip | |
Inital rewriterewrite
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 2359da6..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,17 +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", - "skipFiles": [ - "<node_internals>/**" - ], - "program": "${workspaceFolder}/index.js" - } - ] -}
\ No newline at end of file |
