ttt-ce/.vscode/launch.json

12 lines
257 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"command": "nix-shell --run 'cargo run'",
"name": "Run program",
"request": "launch",
"type": "node-terminal"
}
],
"compounds": []
}