搜索
您的当前位置:首页正文

python sublime text build system

来源:知库网

Windows
{
"cmd": ["py", "-u", "$file"],
"file_regex": "^[ ]File "(...?)", line ([0-9]*)",
"selector": "source.python",
"encoding":"cp936"
}

Top