microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
687 stars 92 forks source link

Interactive window appears in context #7803

Open andersxa opened 1 month ago

andersxa commented 1 month ago

Type: Bug

When open, the interactive window is attached as context to the Copilot Chat, however, when closed the window is obviously not available anymore and the Copilot Chat can not find it resulting in the error "Notebook not found from uri: vscode-notebook-cell:/Interactive-1.interactive#X50sdW50aXRsZWQ%3D" which kills the conversation, as this error will appear every time then.

Extension version: 0.26.3 VS Code version: Code 1.99.1 (7c6fdfb0b8f2f675eb0b47f3d95eeca78962565b, 2025-04-04T15:58:59.624Z) OS version: Windows_NT x64 10.0.26100 Modes: Remote OS version: Linux x64 6.1.131-1.el9.elrepo.x86_64

System Info |Item|Value| |---|---| |CPUs|13th Gen Intel(R) Core(TM) i5-1345U (12 x 2496)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off| |Load (avg)|undefined| |Memory (System)|15.64GB (7.95GB free)| |Process Argv|--crash-reporter-id 99ddd0c8-4be6-4509-9a12-77ae455bcaed| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|a100| |OS|Linux x64 6.1.131-1.el9.elrepo.x86_64| |CPUs|Intel(R) Xeon(R) Gold 6226R CPU @ 2.90GHz (32 x 2900)| |Memory (System)|755.04GB (721.48GB free)| |VM|0%|
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805cf:30301675 binariesv615:30325510 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 2e7ec940:31000449 pythontbext0:30879054 cppperfnew:31000557 dwnewjupytercf:31046870 pythonrstrctxt:31112756 nativeloc1:31192215 5fd0e150:31155592 dwcopilot:31170013 6074i472:31201624 dwoutputs:31242946 customenabled:31248079 hdaa2157:31222309 copilot_t_ci:31222730 e5gg6876:31282496 pythoneinst12cf:31262606 bgtreat:31268568 4gafe986:31271826 31787653:31262186 3e8i5726:31271747 996jf627:31282607 usemplatestapi:31280917 763bd867:31283000 747dc170:31275177 g20af354:31278749 aj953862:31281341 ```
vs-code-engineering[bot] commented 1 month ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.99.2. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

andersxa commented 1 month ago

I updated VS Code to version 1.99.2 and the issue persists when the Jupyter Interactive Window is first attached as context, but is then subsequently closed. It starts working again if I reopen the interactive window, so there is only an issue when the Jupyter Interactive Window is closed.