aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2020-08-27 22:40:07 -0400
committerAndrew Lee <alee14498@gmail.com>2020-08-27 22:40:07 -0400
commitb754157713b79024793c3571f2dba8c688851796 (patch)
tree2a865d281b65c10d3175ccca28587a2d57c50e46 /.vscode
parent589e271352fc86c119096e503d799c1a656bbce2 (diff)
downloadalp-website-rewrite.tar.gz
alp-website-rewrite.tar.bz2
alp-website-rewrite.zip
Inital rewriterewrite
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json17
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