應該是設定問題。設定程式碼如下(實現執行程式碼後進入互動模式):[{ "keys": ["f8"], "command": "repl_open", "caption": "Python", "mnemonic": "p", "args": { "type": "subprocess", "encoding": "utf8", "cmd": ["python", "-i", "-u", "$file"], "cwd": "$file_path", "syntax": "Packages/Python/Python.tmLanguage", "external_id": "python" } }]
應該是設定問題。設定程式碼如下(實現執行程式碼後進入互動模式):[{ "keys": ["f8"], "command": "repl_open", "caption": "Python", "mnemonic": "p", "args": { "type": "subprocess", "encoding": "utf8", "cmd": ["python", "-i", "-u", "$file"], "cwd": "$file_path", "syntax": "Packages/Python/Python.tmLanguage", "external_id": "python" } }]