Duroktar / Wolf

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

wolf fails to output in very odd scenario #34

Closed Almenon closed 3 years ago

Almenon commented 6 years ago
a = [1,2]
print(a) # ) nothing outputted
a = [1,2]
print(a) # but remove paren and it works fine!
Almenon commented 6 years ago

oh and i should mention no errors logged.

Duroktar commented 6 years ago

This one is the regex. Weird though, it shouldn't matter what's after the macro symbol(s). I'll get this one with the others when I make some time for it; been busy this week with work.

Thanks! :beers: