diff options
author | pacien | 2022-09-03 01:34:26 +0200 |
---|---|---|
committer | pacien | 2022-09-03 01:34:26 +0200 |
commit | a8452594c6571e8003baa2aca14747eeeee08152 (patch) | |
tree | a894d99c22a601197869c7a6928d40bb4ae2c392 /viewer/.vscode/launch.json | |
parent | dd9c9804e9e3da9880c711f53edb9c4a19d782f8 (diff) | |
parent | 00510820a2794efcadbc83f7f8b54318fe198ecb (diff) | |
download | ldgallery-a8452594c6571e8003baa2aca14747eeeee08152.tar.gz |
Merge branch 'vue3-refactoring-staging' into develop
Reviewed-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'viewer/.vscode/launch.json')
-rw-r--r-- | viewer/.vscode/launch.json | 19 |
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 | ||