These versions follow Semantic Versioning 2.0.
This patch contains two fixes for user options: one for a stupid typo and another for potential issues with deduplication, uniformity, etc.
- Command arguments’ separator character typo
- Command’s long and short user options handling
It’s mainly refactoring and optimizations, except for a minor feature and a fix.
- Configuration observation for the format on save setting
- The workspace’s format on save setting
- The
Format Workspace with Black
command, to run Black on the entire workspace (by @dcwatson in #6)
- Formatting for
.pyi
files and alike (by @guillaumealgis in #5)
- Executable path proper expansion
- Safer promise behavior for expected errors
- Error logging for an invalid execution path
- Read-only filesystem entitlement
Formatter (Python syntax only) activation fix.
Formatter functionality update. Major version bump.
Very minor update. The extension icon update.
Minor update. Just more strict declarations (var
/let
/const
).
The initial public release.