aboutsummaryrefslogtreecommitdiff
path: root/viewer/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/.vscode/launch.json')
-rw-r--r--viewer/.vscode/launch.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/viewer/.vscode/launch.json b/viewer/.vscode/launch.json
deleted file mode 100644
index d7995e5..0000000
--- a/viewer/.vscode/launch.json
+++ /dev/null
@@ -1,19 +0,0 @@
1{
2 // Use IntelliSense to learn about possible attributes.
3 // Hover to view descriptions of existing attributes.
4 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5 "version": "0.2.0",
6 "configurations": [
7 {
8 "type": "chrome",
9 "request": "launch",
10 "name": "vuejs: chrome",
11 "url": "http://127.0.0.1:8085",
12 "webRoot": "${workspaceFolder}/src",
13 "breakOnLoad": true,
14 "sourceMapPathOverrides": {
15 "webpack:///./src/*": "${webRoot}/*"
16 }
17 }
18 ]
19} \ No newline at end of file