Commit 29550470 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

vscode-extensions.esbenp.prettier-vscode: fix path to `prettier`

parent 63c7ff70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ vscode-utils.buildVscodeMarketplaceExtension {

  postInstall = ''
    cd "$out/$installPrefix"
    jq '.contributes.configuration.properties."prettier.prettierPath".default = "${prettier}/lib/node_modules/prettier"' package.json | sponge package.json
    jq '.contributes.configuration.properties."prettier.prettierPath".default = "${prettier}"' package.json | sponge package.json
  '';

  meta = {