From f99551f46b1583ed43751e4d26fe76a0b913eb5f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 11 Aug 2018 01:04:09 +0300 Subject: reorganize --- codeless/.vscode/launch.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 codeless/.vscode/launch.json (limited to 'codeless/.vscode/launch.json') 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 @@ -{ - // 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": [ - { - "name": "Launch Extension", - "type": "extensionHost", - "request": "launch", - "runtimeExecutable": "${execPath}", - "args": ["--extensionDevelopmentPath=${workspaceRoot}"], - "stopOnEntry": false, - "sourceMaps": true, - "outFiles": [ "${workspaceRoot}/out/src/**/*.js" ], - "preLaunchTask": "npm" - }, - ] -} -- cgit v1.2.3