aboutsummaryrefslogtreecommitdiff
path: root/codeless/.vscode/launch.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-10 23:04:09 +0100
committerAleksey Kladov <[email protected]>2018-08-10 23:04:09 +0100
commitf99551f46b1583ed43751e4d26fe76a0b913eb5f (patch)
treef0ab26d58c5bfd7237eb2f0117fcc141a1c3a5f4 /codeless/.vscode/launch.json
parent9863b9161d8d702848516be70c5c8161b7f382e8 (diff)
reorganize
Diffstat (limited to 'codeless/.vscode/launch.json')
-rw-r--r--codeless/.vscode/launch.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/codeless/.vscode/launch.json b/codeless/.vscode/launch.json
deleted file mode 100644
index 64f2c3693..000000000
--- a/codeless/.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 "name": "Launch Extension",
9 "type": "extensionHost",
10 "request": "launch",
11 "runtimeExecutable": "${execPath}",
12 "args": ["--extensionDevelopmentPath=${workspaceRoot}"],
13 "stopOnEntry": false,
14 "sourceMaps": true,
15 "outFiles": [ "${workspaceRoot}/out/src/**/*.js" ],
16 "preLaunchTask": "npm"
17 },
18 ]
19}