mkxml / vscode-filesize

filesize package for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=mkxml.vscode-filesize
MIT License
60 stars 13 forks source link

add support for brotli #26

Closed dutzi closed 3 years ago

dutzi commented 3 years ago

This PR addresses this issue.

It's only preparation, once this is approved you can publish a new version of filesize-calculator and install it here.

mkxml commented 3 years ago

Hello @dutzi. Nice contribution. I'm happy to merge it.

How does it impact performance when both gzip and brotli are enabled?

Should we enable brotli by default?

dutzi commented 3 years ago

I didn't see much activity in this repo so I went ahead and published a fork to the marketplace, you can try it out here:

https://marketplace.visualstudio.com/items?itemName=dutzi.vscode-filesize-brotli

It seems ok, I didn't notice any difference.