{ "version": "2.0.0", "tasks": [ { "label": "Run", "type": "shell", "command": "cargo", "args": ["run", "--", "-l", "[::]:3000", "--", "~/Documents/Library/"], "options": { "env": { "RUST_LOG": "debug" } } } ] }