zed-editor: options to generate debug.json
Add `mutableUserDebug` and `userDebug` options to generate `debug.json` file. The options are heavily inspired by `mutableUserTasks` and `userTasks` options implementation. Closes #8091
This commit is contained in:
parent
95d65dddae
commit
1f34c2c855
5 changed files with 285 additions and 0 deletions
|
|
@ -11,5 +11,8 @@
|
|||
zed-tasks = ./tasks.nix;
|
||||
zed-tasks-immutable = ./tasks-immutable.nix;
|
||||
zed-tasks-empty = ./tasks-empty.nix;
|
||||
zed-debug = ./debug.nix;
|
||||
zed-debug-immutable = ./debug-immutable.nix;
|
||||
zed-debug-empty = ./debug-empty.nix;
|
||||
zed-themes = ./themes;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue