Shivaprasad Bhat
Shivaprasad Bhat
Is there any features being planned to help with this? We also group app and its components using app of apps. And would love to be able to goto the...
Any update on this? Or any alternatives possible for this? I really need this feature 🙂
I had this issue too. You can goto Keybindings and search for `ctrl + k` and remove the startComposer binding there.
that keybniding is still there i think? you can right click on it and select "Remove keybinding" option.
`when` only limits the scope of when this binding should work. without it, it is applicable everywhere [reference](https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts)
What is the state of this implementation? (I have built a websocket server for some production use-case with this lib. The clients are in flutter. Now I'm seeing a bunch...
@pboft The socket read/write are not cancellation safe. So if you're using them with `tokio::select!` or something it can cause partial frame reads and corrupt the whole stream. This is...