You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@todo Add a Development section to the README with tips for contributors
@body Because of the layout of the package (single "plugin", `boot.py`, and the result of the code in `src/`) it's recommended to use https://packagecontrol.io/packages/AutomaticPackageReloader so that changes you make during development get picked up without needing to restart ST.
@body Try to format the Python code using https://github.com/psf/black.
@body Be mindful of ST API versions https://www.sublimetext.com/docs/api_reference.html. We support ST3 (build 3211+) for now, but may go ST4 exclusive in the future.
-->
This issue was generated by todo based on a todo comment in d30f1ae. It's been assigned to @frou because they committed the code.
The text was updated successfully, but these errors were encountered:
Because of the layout of the package (single "plugin", `boot.py`, and the result of the code in `src/`) it's recommended to use https://packagecontrol.io/packages/AutomaticPackageReloader so that changes you make during development get picked up without needing to restart ST. Try to format the Python code using https://github.com/psf/black. Be mindful of ST API versions https://www.sublimetext.com/docs/api_reference.html. We support ST3 (build 3211+) for now, but may go ST4 exclusive in the future.
st3-gitblame/README.md
Lines 50 to 55 in d30f1ae
This issue was generated by todo based on a
todo
comment in d30f1ae. It's been assigned to @frou because they committed the code.The text was updated successfully, but these errors were encountered: