null-ls.nvim icon indicating copy to clipboard operation
null-ls.nvim copied to clipboard

The prismaFmt builtin should not be calling prisma-fmt

Open cynicade opened this issue 2 years ago • 1 comments

Issues

  • [X] I have checked existing issues and there are no existing ones with the same request.

Feature description

Prisma is no longer shipping prisma-fmt as of https://github.com/prisma/prisma/pull/16923, instead they use the WASM formatter.

Help

Yes

Implementation help

I'm assuming just changing the command from prisma-fmt to prisma-fmt-wasm in the prisma formatter builtin would work, so I don't think I need much help. I'll look into it more tomorrow and submit a PR if it works.

cynicade avatar Apr 17 '23 20:04 cynicade

Closed by #1558

jose-elias-alvarez avatar May 17 '23 14:05 jose-elias-alvarez