Aaron Munger
Aaron Munger
tracking in https://github.com/microsoft/vscode-jupyter/issues/13027
duplicate of https://github.com/microsoft/vscode-jupyter/issues/15121
Is this while debugging a notebook cell? So your repro steps are 1. Create a dataframe with some data 2. set a breakpoint in a cell and debug that cell...
This will happen in the deno language server isn't being used - try adding `"deno.enable": true` to your settings and see if the error goes away. It looks like you...
But I would say it should be safe for the extension to always use the deno language server for a notebook that has a deno kernel selected.
Hit right after reloading the window. OS: Windows GHPR logs ``` 2023-10-17 08:37:12.570 [info] Looking for git repository 2023-10-17 08:37:12.570 [info] Found 0 repositories during activation 2023-10-17 08:37:12.570 [info] Git...
Seems to repro pretty consistently when opening an editor without giving any focus 
maybe, now I can't get it to repro at all, though I'm still not sure where it's grabbing the text from when I don't have anything selected.
when right clicking the gutter, the cursor can be in an unpredictable place. Like in that gif, it looks like files was pulled from the end of the link on...
make sure you are using the same python executable in both cases: running `python -c "import sys;print(sys.executable)"` in the terminal where the command was successfully executed should return the same...