Skip to content

v0.3.0

Compare
Choose a tag to compare
@chvolkmann chvolkmann released this 18 Feb 00:50
· 15 commits to dev since this release

Added

  • bash uninstaller

Changed

  • code-connect is now not just one alias anymore, but two aliases.

    • The code-connect alias is added functionality of this repo, it points to code_connect.py

    • The code alias checks whether code is in the PATH and omits using code-connect in this case. This is useful for the integrated terminal as a code executable is injected by VS Code into the PATH. Thus, code should just run that existing executable, not code-connect instead.

      See #8

  • bash installer is now fancy

  • All bash-related files are now in the bash/ folder

  • All code_connect.py is now in the bin/ folder

  • Fisher installation logic (#10)