formatter-sequence READMEVSCode only supports a single code formatter, leading to conflicts when running multiple formatters like eslint and prettier. This extension enables running multiple formatters sequentially for simpler configuration and predictability. RequirementsSupports the latest vscode version. No guarantees for earlier versions. Extension Settings
Known IssuesNote that extensions can't directly call other formatting extensions. To work around that limitation, this extension updates your config file's "editor.defaultFormatter" with each value from "formatter-sequence", applies it, then sets the defaultFormatter back to "alaughlin.formatter-sequence" afterward. If you have any issues, first check the extension output for any configuration issues. Release Notes0.0.1Initial release 0.0.2Resolved "This setting cannot be applied because it is not registered as language override setting." 0.0.3Updated this README with changes |