gencay / vscode-chatgpt

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

Right clicking on code to copy , paste does nothing. #199

Closed Panometric closed 1 year ago

Panometric 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

  1. Ask a question that returns code
  2. Select some of the code text
  3. Right click (or CTRL-C) should copy the selected text
  4. Look at the clipboard using Windows-V and nothing was copied.

image

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

No customization

Additional context

v3.9.4

gencay commented 1 year ago

@Panometric thanks for reporting the issue. This is unfortunately due to a vs code bug: https://github.com/microsoft/vscode/issues/141080. All VS Code extensions using webviews suffer from it. Though some times if you select something and hit ctrl+c before releasing the mouse selection it can copy properly.

gencay commented 1 year ago

We actually addressed this issue (Labeled with future-release) (We had disabled the right click context menu since it was not really useful) in our internal version and were ready to release it next week, however we have to suddenly take down the extension due to reasons outlined in the issue #239 and our readme. I'll make sure to archive these feature requests and provide to whomever continues the journey as a reference. Our sincere apologies 🙏