hoangKnLai / vscode-ipython

VSCode Extension integrating Editor with IPython console.
MIT License
18 stars 5 forks source link

Cells randomly stop triggering on interactive window #12

Closed KarlAloYoga closed 2 years ago

KarlAloYoga commented 2 years ago

I recently updated my VSCode because the version I was on stopped working with github. Unfortunately, this extension is now having issues with triggering cells in the interactive window. Sometimes when I run a cell by pressing shift+enter, it wont work unless I run the cell above it first. I've tried this using all of the various keyboard shortcuts to run a cell and sometimes it randomly runs. If I reload the window, everything seems to work for a while, and then it starts to have this issue again. Installing past versions of the extension doesnt resolve this issue, neither does installing past versions of the Jupyter extension.

hoangKnLai commented 2 years ago

Try disabling the Jupyter extension. There are some keybinding conflict between the two extensions. I've yet got a chance to resolves the conflict with the new VSCode version. My working VSCode version is v1.61.0.

KarlAloYoga commented 2 years ago

Thanks for the response. Unfortunately, disabling the Jupyter extension causes this extension to no longer work

hoangKnLai commented 2 years ago

Not sure if this is still a problem. If it is please reopen issue with more context of setup and screenshot/printout of error. Thanks!