vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

[Feature request] C# should use a maintained script runner by default

Open fossbrandon opened this issue 1 year ago • 2 comments

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.

fossbrandon avatar Jun 13 '24 17:06 fossbrandon

Can't the interpreter for executing code be customized? In settings.json, I changed the interpreter of nodejs to bun image image But it is still not friendly to beginners

davidLi17 avatar Jul 09 '24 06:07 davidLi17

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.

fossbrandon avatar Nov 19 '24 23:11 fossbrandon