- Tools - Build System - New Build System,写入如下语句
{
"cmd": ["scheme", "--script", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
}
- 新建一个包含 display 语句的文件,测试一下。
(display "hello")
在 windows 上可以使用
{
"cmd": ["scheme", "--script", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
}
(display "hello")
在 windows 上可以使用