Closed ryuukk closed 1 month ago
My theory is
self.window.run_command("terminus_open", kwargs)
is async?[Finished in
only because i ran it before so it's in the buffer?So question is, how to await
it?
This solves it:
"auto_close": "on_success",
It perhaps was added recently
This is the kind of thing that drive me crazy with sublime text
I fixed the default exec plugin https://github.com/sublimehq/Packages/pull/3945
But i need colors, so i have to use this plugin, i tried to hack things around, managed to make it build, i managed to detect wether it is empty or not, but i can't figure out how to close the damn panel
Yet the panel doesn't close.., something seems to prevent it, do you know what?