📌  相关文章
📜  'scriptcs' 不是内部或外部命令、可运行程序或批处理文件. - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:40.692000             🧑  作者: Mango

代码示例1
{
  //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
}