Skip to content
Discussion options

You must be logged in to vote

TL;DR: set the task's "hide" key to either "on_success" or "always"...

[
  {
    "label": "Open in Marked 2",
    "command": "open", // macOS "open" command
    "args": ["-a", "\"Marked 2\"", "\"$ZED_FILE\""],
    "use_new_terminal": false, // default is false
    "hide": "on_success", // default is "never"
    "show_summary": false, // default is true
    "show_command": false // default is true
  }
]

source: https://zed.dev/docs/tasks

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by xpe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant