List all files and read source code from files in the workspace.
Command | Description |
---|---|
List Files | List all files in the workspace. |
Read Source | Read an individual source file in the workspace. |
line:char-line:char
):Option | Description | Default |
---|---|---|
file (argument) | Path relative to workspace root | — |
--range <line:char-line:char> | Optional range (e.g. 0:0-10:5 ) | — |
--lsp-url <url> | Nuanced LSP base URL | "http://127.0.0.1" |
--lsp-port <n> | Port for Nuanced LSP | 4444 |
--timeout <s> | Timeout seconds (<=0 to skip) | 120 |