Aaron Munger

Results 34 issues of Aaron Munger

1. open a python file without having an active IW open 2. execute the cell from the file ``` # %% print(n) ``` 3. After the IW is created and...

bug
interactive-window

1. go to insiders.vscode.dev and connect to a remote jupyter server 2. start an IW and run a cell to connect to a kernel 3. restart the kernel result: The...

bug
interactive-window
vscode-web

If you try to create an IW without the Python extension installed and haven't specified a remote connection, we will display a prompt saying that the Python extension is required....

interactive-window
iteration-candidate
vscode-web
feature-request

The Jupyter Extension team is planning on moving the notebook creation command from the jupyter extension to core VS Code since core already has support for notebooks without requiring the...

enhancement

Does this issue occur when all extensions are disabled?: Yes/No 1. create an interactive window and execute a cell (do not click into the history) 2. focus on the IW...

We should be able to avoid re-parsing the entire file on every edit when providing code lenses

interactive-window
engineering
triage-needed

clean up global activation by making the activation self contained. Shouldn't need to be optional anymore either.

debt
triage-needed

### Discussed in https://github.com/microsoft/vscode-jupyter/discussions/10761 Originally posted by **ladyrick** July 11, 2022 `KernelLauncher.computeStartPort` support different start port instead of a magic number `9000`: https://github.dev/microsoft/vscode-jupyter/blob/be3667521cf217753b343c7483c128b34dd5d213/src/kernels/raw/launcher/kernelLauncher.node.ts#L99 In my case, I need port 9000-10000...

good first issue
notebook-kernel
papercut :drop_of_blood:
kernel-management
feature-request

This causes an extra, unneeded step when trying to commit and push changes (.venv3) PS C:\src\vscode-jupyter> git commit -m "skip flakey kernel listing test" husky - prettier is installed >...

bug
debt
engineering