-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shift + Enter / Shift + Tab doesn't;t work on Mac Monterey #50
Comments
If you type In theory. This seems to be broken on the Mac and on Windows, I'm seeing the order of the completions is wrong. |
I agree, this is a bug hopefully dev team will fix it asap as it's annoying to work without that basics shortcuts. |
Any update on this? On a Mac and using F# and no |
Currently I'm getting a total crash when I press |
Maybe this was already determined to be a dotnet interactive api bug, but debugging the dotnet interactive source is showing that the bug is in the command parser within Microsoft.DotNet.Interactive.Kernel. Not fixable here @jonsequitur |
I made the fix in dotnet-interactive upstream, but the tnterface has changed significantly since the package version referenced in the project file. It's going to take some work to update |
My understanding is this is a .NET console API bug. @cartercanedy, can you point me to a fix that you tried in .NET Interactive? |
See this commit |
Thanks! |
Just confirming that the process doesn't crash after the most recent release, don't know if the issue above was also a result of the same kind of kernel crashes or smth else |
I've just installed
dotnet reply
on myMac Monterey 12.4
. According to documentationSHIFT + Enter
should start multiline nevertheless id doesn't work. Same withShift+Tab
to see last line from history it also doesn't work. Is it a bug or am I missing something?The text was updated successfully, but these errors were encountered: