Skip to content

Instantly share code, notes, and snippets.

@sebastianbachmann
Last active November 22, 2024 13:27
Show Gist options
  • Save sebastianbachmann/a8eb035ad899037e39b97ad57c92d999 to your computer and use it in GitHub Desktop.
Save sebastianbachmann/a8eb035ad899037e39b97ad57c92d999 to your computer and use it in GitHub Desktop.
My Zed Editor Tasks
[
{
"label": "Fire Up phx.server",
"command": "mix phx.server",
"use_new_terminal": false,
"allow_concurrent_runs": false,
"hide": "always"
},
{
"label": "Fire Up phx.server iex version",
"command": "iex -S mix phx.server",
"use_new_terminal": false,
"allow_concurrent_runs": false,
"hide": "always"
}
]
@sebastianbachmann
Copy link
Author

sebastianbachmann commented Nov 22, 2024

I've created a short video to demonstrate the concept behind tasks. Unfortunately the screencast tool cut off the last keystroke for the command palette. it Shift+Command+P then search for task:spawn choose the task from the list and hit Enter

zed-tasks-howto.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment