- Keep supporting VSCode 1.54.0+
- Added Support typescript file mime type.
- Updated filesize-calculator to 4.1.0.
- Changed activation event to load the extension after VSCode is done loading.
- Created show brotli option to show the size on the status bar.
- Created show raw bytes option to show the total size in bytes inside the detailed view.
- Update filesize-calculator to 4.0.1, using lighter dependencies
- Faster extension loading.
- Added brotli info in the detailed description.
- Added option to show the status bar info on the right side.
- Added extension bundling for faster loading.
- Fixed incompatibility with VS Code 1.54+
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- useDecimal comment is now indicating the use of the boolean config correctly. Thanks to @matthewfarlymn!
- Updated dependencies.
- We have a new keyboard shortcut for opening detailed info (Ctrl+Shift+') on Windows/Linux and (Cmd+Shift+') on Mac. Thanks @gonssal for the heads up!
- Updated dependencies
- Extension now has an icon thanks to @coliff!
- Absolute file info now shows in the detailed view.
- Keyboard shortcut to toggle detailed view is now available. See README.
- Added
showGzip
config to enable toggling gzip info in detailed view. - Changed
useKibibyteRepresentation
config touseDecimal
, now set tofalse
by default. - Slightly faster code and bug fixes.
- Panel support! Now the extension should have no problems dealing with more than one panel in screen. The focused one is considered active.
- Status bar element now keeps its place. Some users were experiencing problems when there were other extensions present in the status bar. Place switching often occured, now we set a priority of 1 to the status-bar component so it should stay in place.
- Fixed bug where info would not appear after visiting certain parts of the editor and coming back like settings and etc.
- Fixed bug when switching files quickly would lead to file info queries being stacked, now new calls cancel old ones.
- The first version of
vscode-filesize
is here!