sg-wireless / pymakr-vsc

GNU General Public License v3.0
97 stars 25 forks source link

log to Output Channel : wip #214

Closed Josverl closed 2 years ago

Josverl commented 2 years ago

attempt to log to the VSCode output channels and integrate this with the consolite module as per https://github.com/pycom/pymakr-vsc/issues/213

Josverl commented 2 years ago

@jakobrosenberg , , could you take a look at getting this to work with consolite ?

I have been unable to find a way to get consolite to call methods registered for the output channel. perhaps it would be simpler to replace consolite by a class directly suitable to logging to the VSCode output channel ? perhaps something simple like this

jakobrosenberg commented 2 years ago

This PR has been pulled and merged.