microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.25k stars 275 forks source link

Don't paste anything in Jupyter server input field #13285

Closed bamurtaugh closed 8 months ago

bamurtaugh commented 1 year ago

Related to https://github.com/microsoft/vscode-jupyter/issues/13144

It's great Jupyter no longer pastes a bogus URL in the server input field. But I was surprised it automatically pastes anything that's on my clipboard, which in this case happened to be a GitHub issue: image

Could we instead leave the input blank, leaving it to users to paste in a URL?

DonJayamanne commented 7 months ago

We no longer automatically paste a URL from clipboard into the inputbox in vsocde.dev. However in desktop, this behaviour still exists.