mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 11:36:20 +00:00
chore: warcificador vscode
This commit is contained in:
parent
298bdfca98
commit
50873cca8c
1 changed files with 12 additions and 0 deletions
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
|
@ -4,6 +4,18 @@
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "lldb",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "warcificator",
|
||||||
|
"cwd": "warcificator/",
|
||||||
|
"cargo": {
|
||||||
|
// https://github.com/vadimcn/codelldb/issues/884
|
||||||
|
"args": ["build", "--manifest-path=warcificator/Cargo.toml"]
|
||||||
|
},
|
||||||
|
"args": ["../data/samples/Carrefour.50.txt"],
|
||||||
|
"env": {}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
|
|
Loading…
Reference in a new issue