VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.87k stars 1.31k forks source link

Extension showing <ExtensionDisable> in status bar #5357

Open tristan957 opened 4 years ago

tristan957 commented 4 years ago

Describe the bug Extension showing in status bar when previously it has not. It already shows Vim: --DISABLED--, so I am a little confused why it shows as well

To Reproduce Steps to reproduce the behavior:

  1. Disable the extension through "vim.disableExtension"
  2. Reload window

Expected behavior Not show in status bar

Screenshots image

Environment (please complete the following information):

tehkonst commented 1 year ago

I confirm. Very annoying. I hided it with Customize UI plugin as a workaround.

"customizeUI.stylesheet": {
   "#vscodevim\\.vim\\.showcmd .disabled[aria-label=\"<ExtensionDisable>\"]":"display:none;"
}