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.12k stars 166 forks source link

twinny plugin can't use #356

Open jerry072036 opened 1 month ago

jerry072036 commented 1 month ago

vscode version info: Version: 1.87.2 Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:14:59.643Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Linux x64 4.19.112-2.el8.x86_64 some error : command 'twinny.manageTemplates' not found

how to slove the problem. thanks

rjmacarthy commented 3 weeks ago

Hey, I have tested it and this command is registered, are you on the latest version?

Many thanks!

jankkm commented 3 weeks ago

I may have a similar problem running on macOS.

The extension runs fine when run locally but in a devcontainer which I use for pretty much all of my development it does not.

The loading bar in the top of the sidebar runs forever and if I click on any of the icons on the top I get command 'twinny.symmetry' not found, command 'twinny.settings' not found and so on.

are there any dependencies I should install in the devcontainer?

rjmacarthy commented 1 week ago

Hey, sorry I am not sure about the issues inside a dev container, those errors suggest that the commands in package.json are not present but they obviously are when you look...

Dimesio commented 5 days ago

same issue here with devcontainer, works just fine when running vscode in local mode.