feature: Environment picker#71
Conversation
…tdio streaming works with commands now
|
the stylua action failed because the service wasn't reachable. should be OK, as I reverted to an indent width of 2 in #0a2e1de and #1275e39 |
|
and you can just |
|
I changed the stylua config file in the project to have an indent width of 4 for editing content and reading code, because i couldnt read the code well with a width of 2. Does github go through all the changes across every commit and sum them up? If so, changing the indent width would inflate the numbers a lot. |
|
I myself is not a big fan of 2 space indent. It just how it started and stayed. May change later to 4 space indent |
introduces environment picking using
:Pioenvand both pickers.modifies the behavior of Piocmd, Piocmdf, Piodebug.
also adds functionality in utils.lua. Those are unused as of now. I thought about saving the state of Pioenv to circumvent going the
pio --list-targetsroute everytime and implemented some code before discarding all usage in favor of a more simple solution