influxdata / vsflux

Flux language extension for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saving a task should not close the task

abalone23 opened this issue · comments

commented

Using Flux extension v0.6.9
When I save a task it shows "Save and close". It shouldn't close the task when it's saved:
Screen Shot 2021-11-12 at 1 50 03 PM

While I agree that the UX is not the best, and is a work-in-progress, the "save" of a task is putting something on a remote resource. The close is intended specifically to message that this isn't a trivial operation, and that you are essentially putting changes into production. Until we can figure out a better user experience, this is the best way to communicate that.