VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
25.02k stars 1.07k forks source link

Python Interactive cells missing "Run Cell", "Run Below", "Debug Cell" prompts #1921

Open beauweta opened 3 months ago

beauweta commented 3 months ago

Bug https://github.com/VSCodium/vscodium/issues/516 was never fixed.

The workaround described points to a dead link.

Bug 516 should be fixed.

firednerve commented 3 months ago

As mentioned in Bug #516, this feature was provided by the Jupyter extension by ms-toolsai which apparently wasn't available back then on open-vsx. It is available as of present (https://open-vsx.org/extension/ms-toolsai/jupyter) and should provide this feature when installed and enabled from Extensions in Vscodium. If you haven't already, install and enable it, and see if the bug persists.