gfszr

Results 9 comments of gfszr

Thank you @aarzilli for the quick reply! 🙂 Added a few comments, will address your comments.

@aarzilli Yet, other debug adapters do the same, even if running with a tty - debugpy for instance. Also, this can be configurable, and not necessarily the default behaviour. Moreover,...

The specific case in [debugpy](https://github.com/microsoft/debugpy) can be seen [here](https://github.com/microsoft/debugpy/blob/main/src/debugpy/adapter/clients.py#L221): ```python redirecting = arguments.get("console") == "internalConsole" ``` Redirection is decided in case the user specifies `internalConsole` as its terminal - by...

I revised the issue to only send such `OutputEvent`'s when launch configuration is `internalConsole`.

Yes - currently having some difficulties on developing and testing on Windows and macOS, as requested in review.

Any news? @ybedrov @Elizaveta239

Is there a problem to implement such `dotnet run `? If `dotnet` isn't in `$PATH` then I guess it can either fail or allow configuring a `dotnet` installation location via...

@aarzilli was a fix merged for the missing type in `SetVariableResponse` as well?

@aarzilli I might be able to help with that one, if you have any guidelines before working on it 👍