```Dockerfile ARG VERSION=3.22 FROM alpine:${VERSION} ``` ``` [Trace - 3:09:19 PM] Sending request 'textDocument/hover - (246)'. Params: { "textDocument": { "uri": "file:///tmp/Dockerfile" }, "position": { "line": 1, "character": 9 } } [Trace - 3:09:19 PM] Received response 'textDocument/hover - (246)' in 52ms. Request failed: http request failed (400 status code) (-32600). [Error - 3:09:19 PM] Request textDocument/hover failed. Message: http request failed (400 status code) Code: -32600 ``` We should probably ignore 400 errors...? 🤔