DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
904 stars 39 forks source link

shift + enter isn't running the code. #56

Closed imranbarbhuiya closed 2 years ago

imranbarbhuiya commented 2 years ago

shift+enter isn't running my codes instead it's adding a new line.

I've checked my key bindings and it's set to shift + enter. image

It's working for my Jupiter notebook but not for this extension.

I can still run it with the run button and when I hover over the run button it shows shift + enter.

As it's working for jupiter but not for Node.js Notebooks (REPL) That's why I'm thinking issue is in this extension.

extension version: v2.0.6 vscode version: v1.65.1