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