feat(teipe): initial commit
This commit is contained in:
24
.vscode/launch.json
vendored
Normal file
24
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "codelldb",
|
||||
"request": "launch",
|
||||
"name": "Debug teipe",
|
||||
"program": "target/debug/teipe",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"build",
|
||||
"--bin=teipe",
|
||||
"--package=teipe"
|
||||
],
|
||||
"filter": {
|
||||
"name": "teipe",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user