v3.3.1
New features
.solution.toml: now acceptentry_point = "$current_buffer".
Example
# This example run 'python -m <current_buffer_path>'.
[RunPythonFileAsModule]
entry_point = "$current_buffer"
arguments = "-m".solution.toml: now accept entry_point = "$current_buffer".# This example run 'python -m <current_buffer_path>'.
[RunPythonFileAsModule]
entry_point = "$current_buffer"
arguments = "-m"