Gino Vincenzini
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:   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...