zed icon indicating copy to clipboard operation
zed copied to clipboard

Add Play Button for Spawning Tasks

Open jxcg opened this issue 1 year ago • 5 comments
trafficstars

Check for existing issues

  • [X] Completed

Describe the feature

image

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

jxcg avatar May 02 '24 17:05 jxcg

The current idea is to implement it differently: https://github.com/zed-industries/zed/pull/11195 and not for Python yet.

SomeoneToIgnore avatar May 02 '24 18:05 SomeoneToIgnore

There used to be a play button at the bottom right, what happened to that one?

ChedRed avatar May 09 '24 01:05 ChedRed

There used to be a play button at the bottom right, what happened to that one?

It is gone I think

jxcg avatar May 09 '24 08:05 jxcg

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.

ChedRed avatar May 09 '24 13:05 ChedRed

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.

osiewicz avatar May 15 '24 16:05 osiewicz