Constantine Prokopenko

Results 5 comments of Constantine Prokopenko

I'm hitting the same snag using the latest version of the library ([0.20.0](https://github.com/onsip/SIP.js/releases/tag/0.20.0))

The fix with adding path to prettier config to `.vscode/settings.json` worked for me. This works for Prettier `3.2.2`.

> For whatever reason, @mplunket 's solution didn't work for me until I added this to my `.prettierrc` file: > > ``` > "plugins": ["prettier-plugin-apex"], > ``` Wanted to point...

`D:/Work/TestProject/MyApp/test/test-prettier` Regarding the command, I used the context command to format the code in VS Code, and also I tried to run it using CLI `prettier --write '**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}'`. This command...