astrocommunity icon indicating copy to clipboard operation
astrocommunity copied to clipboard

How to display whichkey in vscode after using vscode community plug-in

Open rjs520 opened this issue 1 year ago • 3 comments

Checklist

  • [X] I have searched through the AstroNvim docs
  • [X] I have searched through the existing issues of AstroNvim
  • [X] I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.95

Operating system/version

Windows11

Terminal/GUI

Windows terminal

Describe the bug

How to display which-key panel in vscode

Steps to Reproduce

How to display which-key panel in vscode

Expected behavior

How to display which-key panel in vscode

Screenshots

image

Additional Context

No response

rjs520 avatar May 16 '24 14:05 rjs520

I don't think it's possible

std-enigma avatar May 16 '24 16:05 std-enigma

possible

How can I block whichkey so that I can use the which-key plugin in vscode to customize the key bindings I want?

rjs520 avatar May 16 '24 17:05 rjs520

This is not a bug.

Uzaaft avatar May 17 '24 14:05 Uzaaft

@rjs520 You can disable it by doing this:

return {
    "folke/which-key",
    enabled = false
}

Uzaaft avatar May 18 '24 20:05 Uzaaft