gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.48k stars 761 forks source link

Right click in typescript file don't work. #210

Closed pikl-cz closed 1 year ago

pikl-cz commented 1 year ago

Verify it's not a duplicate bug report

Verify troubleshooting guide is missing steps to solve this issue

Describe the Bug

Please tell us if you have customized any of the extension settings or whether you are using the defaults.

no

Additional context

harshil4076 commented 1 year ago

Same thing happened with me.

It worked if I, Right click and hold, navigate to the desired tab and release.

gencay commented 1 year ago

Can you check if you have disabled all of the prompts in your settings? They are enabled by default (Except for the custom prompts that you can add with your own preferences)

Another reason for this may be the about the start up time of the extension. We show the context menu prompt shortcuts in the menu, only after vs code finishes initialization. This is to save your cpu and memory without impacting your vscode startup time.

If you don't see it in the first try that may also be due to vscode itself rather than the extension. I'd recommend trying a few times until you see those shortcuts.

pikl-cz commented 1 year ago

@gencay Thank you. it seems that doesn't work when I have enabled more than 5 prompts prefixes (doesn't matter which one, I tried more combinations). The sixth one enabled = stop opening the menu.

I'll settle for this too. Thanks