peterafh / VSCE-Total-Lines-Info

VS Code Extension: Display total lines info and selected lines count in status bar.
MIT License
6 stars 2 forks source link

Show error/warning background when lines of code exceeds set limit #2

Closed akshit-arora closed 1 year ago

akshit-arora commented 1 year ago

Show warning / error background if the the lines exceed the limit in settings

The background of the statusbar info will change to Red/Yellow when the file reaches the limit.

This feature is helpful when you want to maintain the line limit standards in your code.

BTW great extension! 👍🏼 😃

peterafh commented 1 year ago

Hi!

Thank you for your interesting contribution, it can be a helpful functionality.

akshit-arora commented 1 year ago

Thanks @peterafh

I found a bug in this functionality. I had to restart my VSCode for the settings to apply. Will fix it and resubmit a PR for that.