Gino Vincenzini

Results 8 comments of Gino Vincenzini

I'm thinking about it and it would be cool to have a set of icons I could overlay that indicate if you should use a controller and what kind, like...

I experience it too, It seems to happen with sftp. I tried fixing it with ?keepAlive=15 at the end of the URL, but it still does it.

Yes! See below: `{ "folders": [ { "uri": "sftp://[email protected]/?tryKeyboard=1", "name": "test" } ] }` You can find all the different url parameters [here](https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-remote-workspace).

I have a REALLY good use case. I have a class that contains several different `Func` and `Action` members. I also have methods that take these as parameters, and default...

Right. What I'm doing is refactoring several methods with lots of repeated code. So I created a class that does what that code does for me, allowing the user of...

You can just put your terminal window on one side and the code on the other: ![image](https://user-images.githubusercontent.com/528834/228397374-3467c186-e3cc-4f39-ba75-78fad1e7baf2.png) ![image](https://user-images.githubusercontent.com/528834/228397512-231cb6c0-3f4d-4b8d-8d79-6b96b2e3d5c6.png) It works great and you don't need wt (though I strongly recommend...

So I'm imagining this allowing Visual Studio Code to provide an API for extensions to embed things like the android emulator or an instance of firefox or a vm. It...

It seems to be in only one place, why not checkout the last release, make the change, and then do a patch release from there? Then it can be fixed...