赞
踩
工具——编译系统——新编译系统——输入以下内容——保存为JavaScript.sublime-build(路径为Packages\User下)
{
"selector":"*.js",
"cmd": ["D:\node\node", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"working_dir": "${project_path:${folder}}",
"shell": true,
"encoding": "utf-8",
"windows": {
"cmd": ["node", "$file"]
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。