Releases: kbrose/vsc-python-indent
Releases · kbrose/vsc-python-indent
v1.19.0
- The main parsing logic has been migrated from typescript to rust. The parsing is exposed to the rest of the extension code via web assembly. This should be more responsive.
- Allow extension to run in untrusted workspaces. See VS Code's documentation for more information.
v1.18.1
(This is a pre-release.)
- The main parsing logic has been migrated from typescript to rust. The parsing is exposed to the rest of the extension code via web assembly. This should be more responsive.
- Allow extension to run in untrusted workspaces. See VS Code's documentation for more information.
v1.18.0
v1.17.0
v1.16.0
v1.15.0
v1.14.2
v1.14.1
v1.14.0
I fat fingered the update, so the changelog lists these changes under the v1.13.2 section. That will be fixed going forward, but this snapshot will be wrong forever.
- Update CI system to use Node v10. This fixed an error that started cropping up with v8.
- Add GitHub Sponsors information