microsoft / vscode-jupyter

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

wrong tab name for interactive window #15671

Open amunger opened 4 months ago

amunger commented 4 months ago
  1. install node.js Notebooks (REPL) extension
  2. run node.notebook.newREPL to open an interactive window for node
  3. run jupyter: create interactive window :bug: jupyter's IW tab is named "node.js REPL"
amunger commented 4 months ago

fix with https://github.com/microsoft/vscode-python/issues/23332