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
2.36k stars 130 forks source link

VSCodium reports as it is not compatible with VS Code '1.81.1'. #209

Closed marcusgreen closed 3 months ago

marcusgreen commented 3 months ago

Describe the bug Works wonderfully with VSCode but cannoot install with VSCodum. Greetings from (old) York.

To Reproduce Steps to reproduce the behavior:

  1. Download from https://marketplace.visualstudio.com/items?itemName=rjmacarthy.twinny 2.From the command line run codium --install-extension rjmacarthy.twinny-3.11.4.vsix
  2. See error

Installing extensions... (node:1112329) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use codium --trace-deprecation ... to show where the warning was created) Error: Unable to install extension 'rjmacarthy.twinny' as it is not compatible with VS Code '1.81.1'. at U.install (/usr/share/codium/resources/app/out/vs/code/node/cliProcessMain.js:50:6422) at process.processTicksAndRejections (node:internal/process/task_queues:96:5) at async y.installVSIX (/usr/share/codium/resources/app/out/vs/code/node/cliProcessMain.js:28:363) at async /usr/share/codium/resources/app/out/vs/code/node/cliProcessMain.js:27:19337 at async Promise.all (index 0) at async y.installExtensions (/usr/share/codium/resources/app/out/vs/code/node/cliProcessMain.js:27:19266) at async /usr/share/codium/resources/app/out/vs/code/node/cliProcessMain.js:50:33025 at async Object.ge [as main] (/usr/share/codium/resources/app/out/vs/code/node/cliProcessMain.js:50:38084) at async v (/usr/share/codium/resources/app/out/vs/code/node/cli.js:14:26808) Failed Installing Extensions: file:///home/marcusgreen/Downloads/rjmacarthy.twinny-3.11.4.vsix

Expected behavior Installation

Screen shot is output from when attempting to install from within VSCodium.

twinny_error

rjmacarthy commented 3 months ago

Hey, I am able to install with latest VSCodium through the built in extension market place there, are all of your version numbers including codium cli up to date?

marcusgreen commented 3 months ago

My apologies, my vscodium was not up to date (I had installed via snap). I have now installed using the deb and it is the right version and explaining my own code to me. Sorry for wasting your time, and thank you for this fabulous plugin.