v0.2.0
- Integrates #2
Changed
-
sourcewas used to makecodeavailable throughcode_connect.py, which only output a shell string.Now,
code_connect.pyis a direct wrapper aroundcodeand calls it as a subprocess. Thus,code_connect.pycan ne be used as an alias forcode. No need toactivateanything first. -
Scanning for a valid IPC socket is now done any time
codeis called.
Fixed
codedoesn't use stale IPC sockets anymore