lazydap launches
List the project’s named launch configurations, or run one.
They come from .lazydap/state.toml and from .vscode/launch.json, which lazydap reads and never writes.
lazydap launches [OPTIONS] <COMMAND>lazydap launches list
Section titled “lazydap launches list”Show every launch configuration, and whether lazydap can run it
lazydap launches list [OPTIONS]lazydap launches run
Section titled “lazydap launches run”Start the configuration with this name
lazydap launches run [OPTIONS] <NAME>Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
<NAME> |
Its name in launch.json or state.toml |
Options
Section titled “Options”| Flag | Description |
|---|---|
--stop-on-entry |
Stop at the program’s entry point, whatever the configuration says |
Plus the options every command takes.
See also
Section titled “See also”- CLI overview — every command in one list
- JSON output — the shape of what comes back
- Errors and exit codes — what to do when it fails