❔ Debugging a hello world console project with c# dev kit fails
it's bash for sure, it doesn't like the slashes, if I use the other slashes I bet it works. Unfortunatley it doesn't let me change it to cmd just for this
❔ Debugging a hello world console project with c# dev kit fails
I tried running the same command myself
it needs to escape each slash in the url path, I ran the same command it runs and it didn't work at first but after escaping it did
❔ Debugging a hello world console project with c# dev kit fails
void Console.WriteLine(string? value) (+ 17 overloads)
Writes the specified string value, followed by the current line terminator, to the standard output stream.
Exceptions:
IOException