Skip to content

Scout hover returns an error on a tag set by a variable #371

@rcjsuen

Description

@rcjsuen
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...? 🤔

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions