gencay/vscode-chatgpt

package.json and ./src still running on v.1.6.2?

BJCaasenbrood opened this issue · 2 comments

Hi,

I tried building the extension from source but I saw the version in package.json was still on v1.6.2 instead of the v2.5.1 like on the VSCode marketplace. When building with the old package.json I got a Node <= 18 error, so I had to manually extract it from the gencay.vscode-chatgpt-2.5.1.vsix to run it properly.

Nevertheless, the login button does not appear for me.

Screenshot from 2023-01-02 16-04-39

My guess is that ./src/chatgpt-view-provider.ts and ./src/extension.ts are outdated too, or am I missing something here? Can we get the latest source files that correspond with v2.5.1?

ps. Similar issue pertains for v2.0.0 in Releases for me.
pps. Wonderful code btw!

@BJCaasenbrood Thank you. And yes, the source code for autologin flow and browser-based solution is outdated on this repo. This is due to multiple clones of my work on the marketplace without proper citation with respect to the licensing requirements. I intend to keep it this way for a while.

@gencay Thanks for the explanation, completely understandable. I'll close the issue.