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

Option to display on the right side of the status bar #24

Closed laurentpayot closed 3 years ago

laurentpayot commented 3 years ago

All file information (indentation, encoding, end of line, language) are displayed on the right side of the status bar. It should be the same for the size. Or at least give us the choice to display the size on the right or on the left with an option :wink:

mkxml commented 3 years ago

Hi @laurentpayot.

Sorry I took so long to review this. You're right, it should be an option in the settings for this.

I will work on this soon.

It should be present on the next release.

Pustur commented 3 years ago

Hey, thanks for including the option to change this 🙌

According to this resource however, vscode devs recommend to:

So I think by default the location should be on the right.

EDIT:
I also saw on this page (scroll down a bit to enum / enumDescriptions) an alternative (and in my opinion better) way to set the configuration using enums instead of using a boolean value.

Just some tips, you can change it or leave it as it is now, I just wanted to mention them in case you didn't know 😉