Aaron Munger
Aaron Munger
1. open a notebook and press ctrl+i to open the copilot inline chat 2. ask for a code change and then run `inlineChat.viewInChat` on the response (ctrl+down) :bug: pylance crashes...
**Describe the bug** Using the CLI programmatically in node.js causes a large pop-up that takes up most of the screen for a few seconds as the SVG is created **To...
https://github.com/microsoft/vscode-jupyter/actions/runs/11183072652/job/31090809942
we now recommend using Ruff and removed the recommendation of black, but still format the files with black (although black is still mentioned in contributing.md). Could we switch the lint...
Testing #229436 similar to https://github.com/microsoft/vscode/issues/229511, but in the chat response as well 
we could possibly take a screen shot of large HTML outputs, especially when they are interactive with javascript code, instead of relying on the raw content of the output. This...
started failing a couple days ago https://github.com/microsoft/vscode-jupyter/actions/runs/14637717549/job/41072649651
Fixes #12304
I believe these only apply to notebooks.
> trying to shift+enter on any other code not surrounded by # %% fails to be executed in both IW nor native REPL. > > Tried to locally add !jupyter.hascodecells...