Duroktar / Wolf

Wolf is a VsCode extension that enables live inspection of Python code in the editor.
Other
129 stars 7 forks source link

V0.3.0 Minor Release Development #12

Closed Duroktar closed 6 years ago

Duroktar commented 6 years ago

@Almenon if you'd like to give it a spin before I push it that would be cool. Otherwise I'll probably release it sometime tomorrow or the next day if I don't find anything glaringly wrong.

It's working really nice. Very smooth now that it doesn't need to save to the file for hot mode. I had to go a different route then you suggested for that because my parsing script requires an actual file on disk to target. But thanks for #11 anyways 🍻


V0.3.0 changes:

Almenon commented 6 years ago

Sure, i'll take a look at it tomorrow morning. In the meantime can you check if arepl opens on linux? I got a user saying it fails for him on ubuntu gnome :/

Duroktar commented 6 years ago

Yup, I can do that for you.

Duroktar commented 6 years ago

@Almenon https://github.com/Almenon/AREPL/issues/54