interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Problems in a Powershell kernel

Open eosfor opened this issue 1 year ago • 0 comments

Discussed in https://github.com/dotnet/interactive/discussions/3681

Originally posted by eosfor September 25, 2024 Hello @jonsequitur

There are 2 very annoying things in PS kernel I struggle with.

  • First is that it is hard to stop execution of a Powershell script. Stop button simply does nothing. In PS console same script stops instantly when you hit ctrl+c, but somehow the kernel does not stop it on a stop button. The only viable option is to restart the kernel.
  • Second is that when there is a default output, generated by a command, and if there is a lot of it produced, rendering of it takes ages.
  • Third is that on mac (2017 Intel) after closing VScode or a notebook file, dotnet process stays running consuming 100% CPU (i guess just a single core)

So, perhaps i can try to do smth with it, but due to lack of dev experience it is hard to understand where to start looking. maybe you can give me a clue @jonsequitur

eosfor avatar Oct 04 '24 06:10 eosfor