mirrorsharp
mirrorsharp copied to clipboard
CM6: System.InvalidOperationException: Cannot select completion when completion list is not active.
session.js:121 Uncaught Error: System.InvalidOperationException: Cannot select completion when completion list is not active.
at MirrorSharp.Internal.Handlers.Shared.CompletionSupport.SelectCompletionAsync(:7177/Int32 selectedIndex, WorkSession session, ICommandResultSender sender, CancellationToken cancellationToken) in c:\Development\mirrorsharp\Common\Internal\Handlers\Shared\CompletionSupport.cs:line 42
at MirrorSharp.Internal.Connection.ReceiveAndProcessInternalAsync(:7177/CancellationToken cancellationToken) in c:\Development\mirrorsharp\Common\Internal\Connection.cs:line 96
at MirrorSharp.Internal.Connection.ReceiveAndProcessAsync(:7177/CancellationToken cancellationToken) in c:\Development\mirrorsharp\Common\Internal\Connection.cs:line 54
at #receiveServerError (session.js:121:38)
at #receiveMessage (session.js:136:33)
at message (session.js:23:41)
at WebSocket.message (connection.js:67:11)
Might be fixed by latest completion improvements, let's monitor a bit
if sharplab utilizes the latest version, then this problem still exists.
Reproduction:
- Clean input
- Type "Gui"
- Refresh page
- Press "Ctrl + Space" / "Cmd + Space"
- Press "Enter" (suggestion is not inserted)
- Press "Enter" again. (Error is displayed on the right side)