microsoft / vscode-jupyter

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

Native Notebooks - Resolve Jupyter/Notebook/IW commands #6626

Open claudiaregio opened 3 years ago

claudiaregio commented 3 years ago

Feedback from survey shows that the commands between Notebook/Jupyter/Interactive Window are still confusing.

Idea: Change all "Jupyter" commands to begin with "Notebook", change IW commands to start with "Interactive Window"

joyceerhl commented 3 years ago

This would break any existing keybindings that users have configured for those commands. Do we really want to do this?

claudiaregio commented 3 years ago

Would there be a way to migrate the change over for users automatically so it doesn't break them? If not then we definitely need to weigh the pros/cons of this.

rchiodo commented 3 years ago

Another potential solution is to keep the old commands and make them forward to the new commands.

greazer commented 3 years ago

Rich's idea sounds plausible. I wonder if we could also hide the old commands from the command-palette to allow them to continue working for existing keybindings, but try to prevent them from being used going forward.