工具里自定义外部命令 [ { "name":"调用Python2.7脚本", "command":"python ${fileName}", "type":"terminal", "key":"ctrl+shift+p" }, { "name":"调用Python3.7脚本", "command":"python3 ${fileName}", "type":"terminal", "key":"ctrl+shift+o" } ]
1 个回复
Rwill - 无所事事,寻找希望。
工具里自定义外部命令
[
{
"name":"调用Python2.7脚本",
"command":"python ${fileName}",
"type":"terminal",
"key":"ctrl+shift+p"
},
{
"name":"调用Python3.7脚本",
"command":"python3 ${fileName}",
"type":"terminal",
"key":"ctrl+shift+o"
}
]