stateful / runme

DevOps Workflows Built with Markdown
https://runme.dev
Apache License 2.0
901 stars 30 forks source link

`RUNME_SESSION_STRATEGY` env not being account for #603

Closed sourishkrout closed 2 weeks ago

sourishkrout commented 4 weeks ago

Currently the seamless integration with the integrated terminal in VS Code is failing because it's relying on the presence of RUNME_SESSION_STRATEGY=recent. We could either add it to the existing implementation, or use this as an impetus to move the logic into the Runner client interface. Whichever one makes most sense.

https://github.com/stateful/runme/blob/390020e25ef7d66461eaf245f0e95e7a59340560/internal/cmd/environment.go#L106-L108