Marco Ferrari
Marco Ferrari
Hi. I can reproduce this when running an Alpine-based devcontainer as well.
@sandy081 Hi, thanks for your support. I get similar logs from the "Server" panel when installing this extension in a devcontainer: ```text 2025-12-16 21:50:03.835 [info] Getting Manifest... hashicorp.terraform 2025-12-16 21:50:04.232...
I needed this and implemented a Spring HttpMessageConverter for application/x-yaml.
Thanks for the report @Donistivanov. I'd suggest trying with the latest super-linter version, and report a new bug in case it happens again. thanks!
Hi! This needs some design to get right. Ideally, using the `package.json` and `package-lock.json` in the repository would be best, so we don't need to implement parsing of anything. That...
Using the root package.json, or an arbitrary package.json might be a step in te right direction, although wouldn't solve all the use cases. The main point to scope with this...
And, parsing a package.json file has the additional issue that dependency version constraints might be loose, so the installed package versions might differ from the ones installed also considering the...