gencay / vscode-chatgpt

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

Copy-paste bug when used with jupyter extension #162

Closed sandyowlet closed 1 year ago

sandyowlet commented 1 year ago

When opening an ipynb file and the chatgpt sidebar at the same time, when copying the content of the left dialogue, in fact, what is copied is all the content of the currently active code block in the jupyter notebook on the right. This means that as long as the current If an ipynb file is opened under the window, the conversation content in chatgpt cannot be copied.

RocStone commented 1 year ago

Same problem here.

XMB-7 commented 1 year ago

Same problem plus 1.

gencay commented 1 year ago

Similar to https://github.com/gencay/vscode-chatgpt/issues/142. Unfortunately, this is due to vscode extension bug and ipynb files face even more issues with it. Let me know if you have any ideas as a workaround

gencay commented 1 year ago

We actually addressed this issue (Labeled with future-release) (We had disabled the right click context menu) 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 🙏