Augusto César Dias

Results 113 comments of Augusto César Dias

By commands you mean VSCode commands or shell commands?

As long as you don’t break anything existing, you can go ahead and implement it. If everything is okay I can merge it quickly

Sorry to hear. I have no windows machine to check. It should use the default shell from vscode chosen by the user. What is configured to be your shell in...

@butteredptarmigan do you know if its possible to execute it in VSCode's terminal and fetch the text result from it?

@butteredptarmigan I'll revert that change for the moment, until we find a proper solution for it.

@linusbrolin I have published a new version reverting this change. can you check if it works?

@Penguinang the commit that caused this issue was doing this and passing the configured shell in vscode to it, instead of using the default

I managed to run the example but I cannot run the tests. I tried with my branch and yours and I get the same result... Is there a special setup...

Yes. I set the env var... I'll start writing the transport for tokio so we can be sure that this solution works.

Hey, I've added the code for `tokio` and I managed to make it run with the basic test. I also did some changes in the tests that you wrote to...