rafaelmaiolla / remote-vscode

A package that implements the Textmate's 'rmate' feature for Visual Studio Code.
MIT License
259 stars 33 forks source link

Configuration to hide the extension in the status bar #61

Open Logerfo opened 6 years ago

Logerfo commented 6 years ago

image Some extensions have a bool configuration to hide itself in the status bar. It would be nice to have in this one, because its content is not very useful, at least for me. Here's an example of another open source extension which has this configuration: https://github.com/eamodio/vscode-gitlens/blob/4ddb871459a3a1a1e132c8bdf83ac12e3b699649/package.json#L1280 Thanks!