PKief / vscode-markdown-checkbox

Get it from the marketplace:
https://marketplace.visualstudio.com/items?itemName=PKief.markdown-checkbox
MIT License
34 stars 11 forks source link

Option to disable checkbox info on status bar #8

Closed jannismain closed 6 years ago

jannismain commented 6 years ago

Hi there,

I really like using your extension. But I also like a clean status bar and I was missing an option to disable the checkbox info there. Is this something you could consider for a future version? :pray:

PKief commented 6 years ago

This option should definitely exist. I'll implement it and update the extension soon. 👍

PKief commented 6 years ago

@mainczjs With the latest update you can control the visibility of the status bar item with the following setting:

"markdown-checkbox.showStatusBarItem": false
jannismain commented 6 years ago

That was quick, thank you so much! Already added it to my config! 👍