Jon Sequeira
Jon Sequeira
The guesses are based on the [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) between what was typed and the names of the existing identifier symbols that might be valid at that position. For a parser...
> First of all, the connection is unconfortable because I need to get package from nuget and create kernel for every notebook. Is there a way to set the kernel...
The logic for this is here: https://github.com/dotnet/interactive/blob/400ef577daa828d5809fa271beeceaad884ea483/src/Microsoft.DotNet.Interactive.CSharp/CompletionExtensions.cs#L68 I wonder if the angle bracket insertion should be removed for all method calls. Sometimes it's useful because not all generic methods will...
I believe this behavior was changed with #3912.
> I would like a unified kernel manager, that saves the connections. You can save passwords and kernel connections as described here: https://github.com/dotnet/interactive/blob/main/docs/input-prompts.md#passwords-and-other-secrets > I would like the ability to...
That would be helpful and suggestions for improving the experience are always welcome.
Please include a screen shot of the entire window. Also, which version of the extension are you using?
Can you provide the results from running `dotnet --info`?
`Debugger.Launch()` is typically how I debug the kernel and I've never seen it crash. Also, I usually just unit test formatters. The most significant differences between running a kernel in...
Can you post the complete command `#!connect` command you're running as well as screen shots of the full VS Code window afterwards? What should happen is that a new kernel...