From 593e08e426e928daba87cae804aa36b81cb9dbe6 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Sun, 25 Aug 2019 13:13:32 -0600 Subject: [PATCH] misc: remove ide files --- .vscode/launch.json | 16 ---------------- .vscode/settings.json | 2 -- .vscode/tasks.json | 23 ----------------------- 3 files changed, 41 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json delete mode 100644 .vscode/tasks.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index e93cefc..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": "lldb-mi", - "request": "launch", - "name": "debug nim", - "target": "${fileDirname}/${fileBasenameNoExtension}", - "cwd": "${workspaceRoot}", - "valuesFormatting": "parseText" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7a73a41..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 85ff1b2..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "nim-build-file", - "type": "shell", - "command": "nimble c --d:debug --linedir:on --debuginfo --debugger:native --verbose ${file}", - "problemMatcher": [], - "group": { - "kind": "build", - "isDefault": true - } - }, - { - "label": "nim-clean-file", - "type": "shell", - "command": "rm ${fileBasename}", - "problemMatcher": [] - } - ] -} \ No newline at end of file