From d3a7c309bfa282042cb3fb467207dbe946291896 Mon Sep 17 00:00:00 2001 From: poma Date: Sat, 13 Jul 2019 01:38:33 +0300 Subject: [PATCH] remove vscode --- .vscode/launch.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 57c47c3..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +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": "node", - "request": "launch", - "name": "Mocha All", - "program": "${workspaceFolder}/contracts/node_modules/truffle/build/cli.bundled.js", - "args": ["test"], - "cwd": "${workspaceFolder}/contracts" - } - ] -} \ No newline at end of file