aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-08 16:57:03 -0500
committerMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-08 16:57:03 -0500
commit87f5f043388b591c52e96a795fa461a79770550d (patch)
treea30e92a5a4cac06092aeb80c34da8cd93fb3cb92 /.vscode
parent38d0d467ee4c27709d482bfea7505e3f3729a455 (diff)
finished for demo
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 77e139dbd..829f8f492 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -52,7 +52,7 @@
"request": "attach",
"name": "Typescript Server",
"protocol": "inspector",
- "port": 9230,
+ "port": 9229,
"localRoot": "${workspaceFolder}",
"remoteRoot": "${workspaceFolder}"
},