12 lines
257 B
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": []
|
|
}
|