We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`[ //f5呼出以python3运行 {"keys":["f5"], "caption": "SublimeREPL: Python - RUN current file", "command": "run_existing_window_command", "args": {"id": "repl_python_run", "file": "config/Python/Main.sublime-menu"}},
//f6呼出python3 shell {"keys":["f6"], "caption": "SublimeREPL: Python", "command": "run_existing_window_command", "args": {"id": "repl_python", "file": "config/Python/Main.sublime-menu"}}, //f7呼出命令行 {"keys":["f7"], "caption": "SublimeREPL: Shell", "command": "run_existing_window_command", "args": {"id": "repl_shell", "file": "config/Shell/Main.sublime-menu"}}
] ` 我在运行sublimerepl的时候,他都会在一个新的标签页上运行,如何让他在同一个窗口进行调试
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`[
//f5呼出以python3运行
{"keys":["f5"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command", "args":
{"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"}},
]
`
我在运行sublimerepl的时候,他都会在一个新的标签页上运行,如何让他在同一个窗口进行调试
The text was updated successfully, but these errors were encountered: