[Feature request] C# should use a maintained script runner by default
Is your feature request related to a problem? Please describe.
The current C# script runnier is scriptcs which is no longer maintained. See this announcement for more details.
Describe the solution you'd like Code Runner should specify a maintained script runner by default such as dotnet script.
Can't the interpreter for executing code be customized? In settings.json, I changed the interpreter of nodejs to bun
But it is still not friendly to beginners
It can be customized, which is what I ended up doing in my own environment. I still think switching the default value to something maintained could help others get going quicker though.