📌  相关文章
📜  sublime 如何打开 cmd - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:51.937000             🧑  作者: Mango

代码示例1
##go to preferences ->Package Setting ->Terminal ->System Deafult 
-> clear and paste the below code and save it 
{
    "terminal": "cmd.exe",
    "parameters": [],
    "env": {}
}