Aaron Munger

Results 137 comments of Aaron Munger

This may now be fixed in VSCode insiders as part of https://github.com/microsoft/vscode/issues/140673, although hopefully it's not causing a different issue by conflicting with the current metadata: ``` "cell_type": "code", "execution_count":...

This is now live in VS code insiders and Jupyter extension pre-release

you can now select an IW history cell in insiders and use `DD` or `delete` to remove the cell, which should improve this workflow

yes, both input and output of the cell are removed (the action can also be undone if focus is in the history view)

It looks like the server requires a password, but for some reason we're failing to bring up the prompt for it

> could it be due to the pre-released os? Could be caused by that. I can check if any Mac users on our team have access to get that OS...

there is initially a pop-up, informing of a connection failure, but if you click cancel, then you end up in this situation. At that point, there is no longer a...

repro's in old release, so not a regression

with the new IPykernel version, links aren't showing up at all (at least we're not showing the wrong ones anymore). Perhaps we can just add links if it's the current...

thanks for the issue. It looks like `jupyter: run cell` is used by the code lenses for python scripts in the Interactive Window, but doesn't have any effect when called...