aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2020-06-17 15:35:04 -0400
committerAndrew Lee <alee14498@gmail.com>2020-06-17 15:35:04 -0400
commita2da20ce52b86552771f1dfa3cb46d07255cc288 (patch)
tree96247842c3160c3a498fab5fd40a98fa38e6b0b3 /.vscode
parentcbfaa8d3d8b5fe2190d6ebeb8b8e59c975069855 (diff)
downloadalp-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.json17
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