Kernel interrupt not working when interrupt mode is message (Julia on windows) #3927
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-execution
Kernels issues (start/restart/switch/execution, install ipykernel)
Our assumption is that kernel interrupts work with signals.
However kernels have the ability to get interrupted via messages.
This information is sent in the kernel info message.
Based on this we should use signals or messages.
Julia kernel on Windows (not mac) uses messages for interrupting (I believe Rust is the same on Mac & Windows)
The text was updated successfully, but these errors were encountered: