I had this strange behaviour: when I use the keybinding I made with ctrl+shift+b that has always worked, the program runs correctly, but the focus goes into the next tab, that is very annoying. Anyone has the same issue (18;46, 19/97/2019)
This is the Keybinding by the way (but there is nothing wrong with that)
{“keys”: [“ctrl+shift+b”], “command”: “repl_open”,
“caption”: “SublimeRepl”,
“id”: “SublimeRepl”,
“mnemonic”: “R”,
“args”: {
“type”: “subprocess”,
“encoding”: “utf8”,
“cmd”: [“C:/Users/giova/AppData/Local/Programs/Python/Python37/python.exe”, “-u”, “-i”, “$file_basename”],
“cwd”: “$file_path”,
“syntax”: “Packages/Python/Python.tmLanguage”,
“external_id”: “python”,
“extend_env”: {“PYTHONIOENCODING”: “utf-8”}
}},