From fac5006e7eaf7f7bc23e92a2b3059d4f1b37fa07 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 13 Apr 2019 13:03:18 +0800 Subject: Init separate. --- Timeline/ClientApp/.vscode/launch.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Timeline/ClientApp/.vscode/launch.json (limited to 'Timeline/ClientApp/.vscode') 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}" - } - ] -} -- cgit v1.2.3