twinnydotdev / twinny

The most no-nonsense, locally or API-hosted AI code completion plugin for Visual Studio Code - like GitHub Copilot but completely free and 100% private.
https://twinny.dev
MIT License
3.01k stars 161 forks source link

Right-click Menu Selection Doesn't Appear to Function #96

Closed twright-0x1 closed 8 months ago

twright-0x1 commented 8 months ago

This is a fantastic extension for VSCode!

However, when I right-click highlighted code to bring up the context menu, selecting a Twinny option doesn't result in anything. The highlighted code shows up in the Twinny side-bar without a problem, and I can interact with Twinny by using the side-bar. I.e., Twinny appears to function well...just not through a right-click on selected code.

Am I missing the boat somewhere? (Perhaps there's some VSCode setting I need to tweek?)

Using latest version of VSCode (1.86.0) with Twinny and only four other up-to-date extensions (Pylance, Python, Python Debugger, SQLite Viewer). Latest version of Ollama (0.1.23). All of this running on a MacBook Air M2 (also fully patched).

rjmacarthy commented 8 months ago

Hey, thanks for the report. I think I broke it in the last release. Will work on a fix shortly.

Many thanks,

rjmacarthy commented 8 months ago

I just fixed this in 3.4.1 thanks.

twright-0x1 commented 8 months ago

Thanks for the very quick fix!