microsoft / inshellisense

IDE style command line auto complete
MIT License
8.38k stars 187 forks source link

Keybinding doesn't work #89

Closed garysassano closed 10 months ago

garysassano commented 10 months ago

Describe the bug I followed the Quickstart guide but couldn't get keybinding to work.

To Reproduce Steps to reproduce the behavior:

  1. Open WSL2 bash terminal in VS Code
  2. Execute npm install -g @microsoft/inshellisense
  3. Start typing a command, then press CTRL+a
  4. The cursor moves to the beginning of the line.

Expected behavior I expected to get inshellisense prompts.

Environment

Additional context Add any other context about the problem here.

theKnightsOfRohan commented 10 months ago

Did you run inshellisense bind before pressing CTRL+a?

garysassano commented 10 months ago

The issue got fixed after restarting the system.