The term 'scriptcs' is not recognized as the name of a cmdlet, function, script file, or operable program. code example
Example: 'scriptcs' is not recognized as an internal or external command, operable program or batch file.
{
//Location of scriptcs executable. Defaults to 'scriptcs', meaning it just tries to use your PATH environment variable
"scriptcsRunner.scriptcsPath": "/path/to/scriptcs/executable",
//Specifies whether C# scripts/snippets should be executed in debug mode (extra output)
"scriptcsRunner.debug": false
}