Jonathan Watson
Jonathan Watson
Here is the test I started writing for when the content length is not a number: ```ocaml let test_non_number_content_length_with_data () = let body_read_called = ref false in let request =...
@microsoft-github-policy-service agree
@aguynamedben > The only other thing I can think of is to update [Working without Tabs](https://code.visualstudio.com/docs/getstarted/userinterface#_working-without-tabs) in the docs to something like: > > (I think this fits best under...
> I think `moveToActiveGroupIfOpen` would be a clearer name for the setting. OK, I will rename it quickly!
@gjsjohnmurray I have now renamed the configuration option and confirmed that it still works.
It looks like you are right to say that this is not fully correct. If the editor grid is: ``` Editor group 1: Editor A (active, visible), Editor B Editor...
> @jonathanjameswatson hi, thanks for this code change! I think this is going to make life a lot easier for vim/emacs users to onboard to vscode since will make vscode's...
@bpasero I have now fixed the implementation of this feature by modifying the block of code that you linked to. I have checked that this feature works with opening to...
It seems like this might have already been somewhat implemented by @mkcode in https://github.com/microsoft/vscode/pull/134525 over 2 years ago. Is there any reason why this hasn't been merged and is there...
I think it makes sense to move the editor to the current tab group rather than re-open it – with re-opening, if you only use quick open, then you could...