chore: warcificador vscode

This commit is contained in:
Cat /dev/Nulo 2023-12-31 18:25:16 -03:00
parent 298bdfca98
commit 50873cca8c

12
.vscode/launch.json vendored
View file

@ -4,6 +4,18 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"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",
"request": "launch",