zed
zed copied to clipboard
Add Play Button for Spawning Tasks
Check for existing issues
- [X] Completed
Describe the feature
Request to add a play button on the top for languages from executing the task:: spawn command. Simple request, not sure if this feature is already available though but I've checked through every page to find it and I was not able to find anything like this.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The current idea is to implement it differently: https://github.com/zed-industries/zed/pull/11195 and not for Python yet.
There used to be a play button at the bottom right, what happened to that one?
There used to be a play button at the bottom right, what happened to that one?
It is gone I think
why did that one disappear? That was the only way to run tasks.json or python scripts quickly, and I don't want to run a command in terminal every time.
We decided that we want it to be in toolbar rather than in status bar, as the modal it spawned was pretty far away from the button itself.