{
	"cmd": "luajit $file",
	"selector":"source.lua"
}

C#

{
     "cmd": "csc $file -nologo && $file_base_name.exe",
     "shell": "true",
     "path": "C:/Windows/Microsoft.NET/Framework/v4.0.30319/",
     "selector": "source.cs",
     "encoding": "utf8",
     "variants": [{"cmd" : "csc $file -nologo && start $file_base_name.exe","name" : "Compile & Run"}]
}

相关文章:

  • 2022-01-30
  • 2021-12-08
  • 2021-09-12
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-25
  • 2021-10-07
  • 2021-10-31
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
相关资源
相似解决方案