kbrose / vsc-python-indent

Correctly indent python code on the fly, in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent
MIT License
82 stars 19 forks source link

install extension offline, not compatible version #100

Closed fenfei closed 2 years ago

fenfei commented 2 years ago

I'm working with some webIDE with online version of vscode, and I cannot change the version of vscode. I can only install the extensions with downloaded package, but the current version is not compatible with the vs code I'm using, it's 1.56.0. Where could I download the previous/compatible version of your package?

kbrose commented 2 years ago

Hey @fenfei. I put the .vsix file on every release. It looks like v1.14.2 is my most recent release compatible with vscode 1.56.0.

Microsoft also keeps the most recent ~5 releases available on the official marketplace.