diff options
author | 杨宇千 <crupest@outlook.com> | 2019-02-19 16:22:07 +0000 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-02-19 16:22:07 +0000 |
commit | 86a1d2977ac15adc863f087b0e84890f460dc748 (patch) | |
tree | 70160b1387e11e4b236994797842e60c1fbd687f /Timeline/ClientApp/.vscode | |
parent | 7d08ce0d0625b8e6a4c6328d9c9d339cc52db4c2 (diff) | |
parent | 133b90cdbafabab0640bfb3179899fb4f3df4dbe (diff) | |
download | timeline-86a1d2977ac15adc863f087b0e84890f460dc748.tar.gz timeline-86a1d2977ac15adc863f087b0e84890f460dc748.tar.bz2 timeline-86a1d2977ac15adc863f087b0e84890f460dc748.zip |
Merged PR 2: Add sample on todo page.
Add sample on todo page.
Diffstat (limited to 'Timeline/ClientApp/.vscode')
-rw-r--r-- | Timeline/ClientApp/.vscode/launch.json | 15 |
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}" + } + ] +} |