mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-02-05 14:54:25 +00:00
misc: remove ide files
This commit is contained in:
parent
97788f1c49
commit
593e08e426
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -1,2 +0,0 @@
|
|||||||
{
|
|
||||||
}
|
|
23
.vscode/tasks.json
vendored
23
.vscode/tasks.json
vendored
@ -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": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user