Aaron Munger
Aaron Munger
Perf and smoke tests are failing pretty often on Windows, sometimes one of the integration tests as well. I got a local repro on my first attempt for the perf...
Seems like it's failing pretty often (if not always) in `raw, conda, 3.9, ubuntu-latest` setup
Create two cells in a Jupyter notebook: ``` def raiser(): raise Exception("error") ``` ``` raiser() # exception raised x = 1 ``` click on a link in the stacktrace from...

Steps to Reproduce: 1. add a method to an interface 2. go to an implementing class and open the quickfix on the class 3. select `Implement interface...` :bug: method is...
inconsistent failures https://github.com/microsoft/vscode-jupyter/actions/runs/7818796036/job/21329790584
Only repros with latest packages, so create a new venv for the kernel Create a file in the workspace called `random.py` Create a notebook and run a cell. the cell...
https://github.com/microsoft/vscode-jupyter/actions/runs/7797122074/job/21263127323 quite a few failing
1. set a break point in a function in cell 1 2. call that function from cell 2 3. debug cell 2 and wait for it to hit the breakpoint...
This reverts commit 14fc23d695bbabc4bf851815537c31e031ab3304. Fixes # - [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR). - [ ] Title summarizes what...