Skip to content

v3.3.1

Compare
Choose a tag to compare
@Zeioth Zeioth released this 24 Mar 20:52
· 84 commits to main since this release
c16eeb5

New features

  • .solution.toml: now accept entry_point = "$current_buffer".

Example

# This example run 'python -m <current_buffer_path>'.
[RunPythonFileAsModule]
entry_point = "$current_buffer"
arguments = "-m"