v0.2.0
- Integrates #2
Changed
-
source
was used to makecode
available throughcode_connect.py
, which only output a shell string.Now,
code_connect.py
is a direct wrapper aroundcode
and calls it as a subprocess. Thus,code_connect.py
can ne be used as an alias forcode
. No need toactivate
anything first. -
Scanning for a valid IPC socket is now done any time
code
is called.
Fixed
code
doesn't use stale IPC sockets anymore