Skip to content

Commit

Permalink
Fixed cell debugger problem with remote kernels (microsoft#11396)
Browse files Browse the repository at this point in the history
* kernelDebugAdapter shouldn't try to convert the file path that it
  receives from the kernel based on the OS where VSCode is run, because
  it leads to files not being found on the kernel side, which in turn
  breaks debugging of a cell
  • Loading branch information
adam-zlatniczki committed Sep 16, 2022
1 parent 1e4e7d8 commit e891929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions news/2 Fixes/11396.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fixed an interworking issue when running VSCode on Windows and connecting to a remote kernel that runs on some Unix distribution. Due to file path naming convention collisions, cell debugging failed.
(thanks [Adam Zlatniczki](https://github.com/adam-zlatniczki))

0 comments on commit e891929

Please sign in to comment.