zed/crates/editor
Piotr Osiewicz 58e9952d7b
tasks: Allow disabling runnables in the gutter (#13329)
Runnables can now be disabled with:
```
  "gutter": {
    "runnables": false
  }
```
Fixes #13280



Release Notes:

- Added `gutter.runnables` setting that controls whether runnable
indicators are displayed in the gutter.
2024-06-20 21:07:45 +02:00
..
src tasks: Allow disabling runnables in the gutter (#13329) 2024-06-20 21:07:45 +02:00
Cargo.toml Fix most vim tests on linux (#12873) 2024-06-11 08:27:55 -06:00
LICENSE-GPL