aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/.vscode/launch.json')
-rw-r--r--Timeline/ClientApp/.vscode/launch.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/Timeline/ClientApp/.vscode/launch.json b/Timeline/ClientApp/.vscode/launch.json
deleted file mode 100644
index 73e17a72..00000000
--- a/Timeline/ClientApp/.vscode/launch.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- // 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}"
- }
- ]
-}