aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.vscode
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-04 16:30:44 +0800
committercrupest <crupest@outlook.com>2019-03-04 16:30:44 +0800
commit0231d74f07d6b7908ec4728d58057688f0a73c0f (patch)
tree03504a1e866d1f5520688e02a1296d7c8e94fdf9 /Timeline/ClientApp/.vscode
parentd55648859a53dce157939d96a20bd5725b3a1fae (diff)
downloadtimeline-0231d74f07d6b7908ec4728d58057688f0a73c0f.tar.gz
timeline-0231d74f07d6b7908ec4728d58057688f0a73c0f.tar.bz2
timeline-0231d74f07d6b7908ec4728d58057688f0a73c0f.zip
Develop some basic parts of auth.
Diffstat (limited to 'Timeline/ClientApp/.vscode')
-rw-r--r--Timeline/ClientApp/.vscode/launch.json33
1 files changed, 13 insertions, 20 deletions
diff --git a/Timeline/ClientApp/.vscode/launch.json b/Timeline/ClientApp/.vscode/launch.json
index 96a3c552..73e17a72 100644
--- a/Timeline/ClientApp/.vscode/launch.json
+++ b/Timeline/ClientApp/.vscode/launch.json
@@ -1,22 +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 app",
- "url": "https://localhost:5001",
- "webRoot": "${workspaceFolder}"
- },
- {
- "type": "chrome",
- "request": "launch",
- "name": "Launch test",
- "url": "http://localhost:9876",
- "webRoot": "${workspaceFolder}"
- }
- ]
+ // 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 app",
+ "url": "https://localhost:5001",
+ "webRoot": "${workspaceFolder}"
+ }
+ ]
}