microsoft / vscode-jupyter-powertoys

PowerToys for Jupyter notebooks in VS Code
MIT License
73 stars 18 forks source link

[Bug] Copy and paste not working #59

Open Bastin99 opened 1 year ago

Bastin99 commented 1 year ago

When I try to copy something from contextual help panel it won't copy the item to my clipboard and there is a option for cut but if i press that , the cell in my jupyter notebook disappear

2022-12-17

Ellen-Gu commented 1 year ago

I ran into the same issue.

DonJayamanne commented 12 months ago

@mjbvz I can replicate this at my end as well. This is a webview, given that webviews a providing this cut/copy/paste menu it shoudl work, but its not.

Is there a way to either get this working or remotv it?

Ellen-Gu commented 12 months ago

Thank you for reviewing this issue. I haven't found a way to fix the copy/paste issue in the vscode extension yet. While not critical, as I use Jupyterhub's "Show Contextual Help" as a workaround, a fix would greatly enhance usability. Appreciate any support on this!