misc: remove ide files

This commit is contained in:
Dmitriy Ryajov 2019-08-25 13:13:32 -06:00
parent 97788f1c49
commit 593e08e426
3 changed files with 0 additions and 41 deletions

16
.vscode/launch.json vendored
View File

@ -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"
}
]
}

View File

@ -1,2 +0,0 @@
{
}

23
.vscode/tasks.json vendored
View File

@ -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": []
}
]
}