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

Display gzipped size in the status bar #17

Closed stefanobartoletti closed 3 years ago

stefanobartoletti commented 5 years ago

It would be really useful to display the gzipped size of the current opened file in the status bar next to the uncompressed size, without having to click and open the panel.

I have in mind something like this: 20.65 KiB (5.17 KiB), where the first value is the actual uncompressed size, and inside the parentheses the gzipped value.

dutzi commented 4 years ago

Hey @mkxml, are you planning on adding this? I saw a commit related to it but it wasn't in master, is this a performance concern?

mkxml commented 3 years ago

@Masquerade-Circus PR was merged addressing this. I'll close this now.

mkxml commented 3 years ago

It will be on the next release.