Duroktar / Wolf

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

v0.4.0 - Minor Release #51

Closed Duroktar closed 3 years ago

Duroktar commented 3 years ago

v0.4.0 ~ Minor Release

Run extension on unsaved files

This was a limitation of the previous versions of Wolf and is a really nice QOL feature when coding on the fly.

More Extensive Tests

Using github-actions Wolf is now tested against windows, macos, and windows, for Python versions 3.5, 3.6, and 3.8.

This caught more than a few bugs that should make it easier for new users to get running with Wolf faster.

Updated Dependencies

Now using the latest vscode extension APIs and Python 3rd party deps.

Bug Fixes