aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.vscode/launch.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-20 00:12:18 +0800
committercrupest <crupest@outlook.com>2019-02-20 00:12:18 +0800
commit133b90cdbafabab0640bfb3179899fb4f3df4dbe (patch)
tree70160b1387e11e4b236994797842e60c1fbd687f /Timeline/ClientApp/.vscode/launch.json
parent1ff6afb0e9fd11ce37ed0206b992514041391761 (diff)
downloadtimeline-133b90cdbafabab0640bfb3179899fb4f3df4dbe.tar.gz
timeline-133b90cdbafabab0640bfb3179899fb4f3df4dbe.tar.bz2
timeline-133b90cdbafabab0640bfb3179899fb4f3df4dbe.zip
Add sample on todo page.
Diffstat (limited to 'Timeline/ClientApp/.vscode/launch.json')
-rw-r--r--Timeline/ClientApp/.vscode/launch.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/Timeline/ClientApp/.vscode/launch.json b/Timeline/ClientApp/.vscode/launch.json
new file mode 100644
index 00000000..5b749430
--- /dev/null
+++ b/Timeline/ClientApp/.vscode/launch.json
@@ -0,0 +1,15 @@
+{
+ // 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": "chrome",
+ "request": "launch",
+ "name": "Launch Chrome against localhost",
+ "url": "https://localhost:5001",
+ "webRoot": "${workspaceFolder}"
+ }
+ ]
+}