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

Fix tests by adding a type for Blob #109

Closed kbrose closed 2 years ago

kbrose commented 2 years ago

Checklist

Description

CICD started failing, presumably with the latest typescript release which added a reference to a type Blob, but without having said type. This MR adds the type directly to this repo, per the fix described in https://github.com/Stuk/jszip/issues/693#issuecomment-679283421

tuck1s commented 1 year ago

Thanks so much for this! Helped solve the same warning in my own VS Code extension project.