-
-
Save sebastianbachmann/a8eb035ad899037e39b97ad57c92d999 to your computer and use it in GitHub Desktop.
My Zed Editor Tasks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 fortask:spawn
choose the task from the list and hitEnter
zed-tasks-howto.mp4