You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now all the default commands are going through binocular-cli. This creates a new dependency to yet another tool, but should make things more reliable in other systems (Not having to rely sed magic, yay, sanity back)
Changed
All the command handlers are different
There is no more tmp file writing/reading for every command, binocular-cli handles opening files/folders on code.
Removed
Unfortunately lost the hability of closing things inside vscode, since the extension itself it not executing any command anymore. Someday I'll take this serious and do it in a reliable way.