Michael Kriese
Michael Kriese
sounds good, but we should use `renovate/node:14`
Idea: Allow configure tools (like we do in manager artifact update) on postupdateconfig object. Thsat ways we can simply validate and pass through known tools and install them before running...
i think we can allow `toolConstraints` on post update tasks and renovate should use those on binarySource=docker/install. on `binarySource=docker` we should run those in our `sidecar` docker image. https://github.com/renovatebot/renovate/blob/0e43f41da61009073b7c9dac766b38d5d3b6dc14/lib/modules/manager/npm/post-update/yarn.ts#L188
We at [renovate](https://github.com/renovatebot/renovate) are also like to have basic Linux support for automated updates. - https://github.com/containerbase/buildpack/issues/25 - https://github.com/renovatebot/renovate/issues/7876
Same for yarn pnp. from cli i can format xml files when manual configure the plugins in `.prettierrc.json` or `.prettierrc.cjs` But `prettier-vscode` isn't registering the xml formatter 😕
ok, it seems `prettier.getSupportInfo()` doesn't take the config file into account, so `prettier-vscode` doesn't know about the plugin provided languages 😕 https://github.com/prettier/prettier-vscode/blob/30c32808de8c159fa108e5521eb7b58fe0941724/src/PrettierEditService.ts#L251 - https://prettier.io/docs/en/api.html#prettiergetsupportinfo - https://github.com/prettier/prettier/blob/fa3b95c2e1a3a3351dc1b0168aa2c26f0cc4e9b3/src/index.js#L67 - https://github.com/prettier/prettier/blob/fa3b95c2e1a3a3351dc1b0168aa2c26f0cc4e9b3/src/index.js#L21
- prettier/prettier#10561
Same issue when using yarn pnp ``` ["INFO" - 09:31:28] Formatting file:///~/gh/visualon/docker-buildpack/package.json ["INFO" - 09:31:28] Using config file at '~\gh\visualon\docker-buildpack\.prettierrc.json' ["INFO" - 09:31:28] Using ignore file (if present) at ~\gh\visualon\docker-buildpack\.prettierignore...
Can this be an `CWD` issue?
*Directory.Build.props:* ```xml ./coverage/coverage.xml opencover ``` *Directory.Build.targets:* ```xml %(CoverletOutputPath.RootDir)/%(CoverletOutputPath.Directory)/%(CoverletOutputPath.Filename).$(TargetFramework)%(CoverletOutputPath.Extension) $(ProjectDir)coverage.xml $(ProjectDir)coverage.$(TargetFramework).xml ```