Skip to content

Commit a6d1a33

Browse files
committed
feat: add support for --watch flag (default on)
1 parent 91366d7 commit a6d1a33

7 files changed

Lines changed: 5058 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ You can configure the extension using the following settings:
4848
- `marimo.browserType`: Browser to open marimo app (`system` or `embedded`, default: `embedded`)
4949
- `marimo.port`: Default port for marimo server (default: `2818`)
5050
- `marimo.sandbox`: Always start marimo in a sandbox, e.g. `marimo edit --sandbox` (default: `false`). Requires [`uv`](https://docs.astral.sh/uv/) to be installed.
51+
- `marimo.watch`: Always start marimo with the `--watch` flag (default: `true`).
5152
- `marimo.host`: Hostname for marimo server (default: `localhost`)
5253
- `marimo.https`: Enable HTTPS for marimo server (default: `false`)
5354
- `marimo.enableToken`: Enable token authentication (default: `false`)

0 commit comments

Comments
 (0)