mpociot / chatgpt-vscode

A VSCode extension that allows you to use ChatGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command 'Ask ChatGPT' resulted in an error (command 'chatgpt.ask' not found)

wmelton opened this issue · comments

commented

Installing on Mac. After running vsce package to create the vsix file, I install the plugin locally. The icon is added to the sidebar, but when I click the icon, there is no output or prompt.

When running cmd+shift+p and then selecting Ask ChatGPT, I receive Command 'Ask ChatGPT' resulted in an error (command 'chatgpt.ask' not found)

Is there a different path to installing and using the plugin that should be used?

; node bin location = nvm/versions/node/v16.14.2/bin/node
; node version = v16.14.2
; npm version = 8.19.2

I had the same issue, this guys comment fixed it for me: #1 (comment)
Hope it helps!