C# The term 'scriptcs' is not recognized as the name of a cmdlet, function, script file, or operable prog ram. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 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
}