Jon LaBelle

Results 8 comments of Jon LaBelle

Just break the commands into two lines for the same result in PowerShell, e.g.: ```powershell git reflog expire --expire=now --all git gc --prune=now --aggressive ``` You could simply replace `&&`...

Hi @queengooborg. Try adding an [additional cli arg](https://github.com/jonlabelle/SublimeJsPrettier/blob/master/JsPrettier.sublime-settings#L264) for [--config-precedence](https://prettier.io/docs/en/cli.html#--config-precedence), with a value of **file-override**: ```json "additional_cli_args": { "--config-precedence": "file-override" } ``` See if this produces the behavior you're looking...

Hi @alecmev. Thanks for the PR! Can you address the [CI/Flake 8 issues](https://github.com/jonlabelle/SublimeJsPrettier/runs/8104742217?check_suite_focus=true)?

Hi @mahdiansari. The arm image seems to run fine on my machine (macOS)... ```console $ docker run --rm -it --platform linux/arm64 jonlabelle/network-tools Unable to find image 'jonlabelle/network-tools:latest' locally latest: Pulling...

Hi @sanekb. Can you test out the feature on the [feat/bun-pkg-mgr-support-305](https://github.com/jonlabelle/SublimeJsPrettier/tree/feat/bun-pkg-mgr-support-305) branch? If you need instructions on how to test `SublimeText/JsPrettier` against a Git branch, checkout [this post](https://github.com/jonlabelle/SublimeJsPrettier/issues/301#issuecomment-2449681570).

@sanekb: I tried your suggestion, but it seems to break resolution of globally installed prettier.