You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"uri": "file:///tmp/docker-bake.hcl",
"version": 45,
"diagnostics": [
{
"range": {
"start": {
"line": 1,
"character": 0
},
"end": {
"line": 1,
"character": 22
}
},
"severity": 1,
"source": "docker-language-server",
"message": "Invalid multi-line string (Quoted strings may not be split over multiple lines. To produce a multi-line string, either use the \\n escape to represent a newline character or use the \"heredoc\" multi-line template syntax.)"
},
{
"range": {
"start": {
"line": 1,
"character": 0
},
"end": {
"line": 1,
"character": 22
}
},
"severity": 1,
"source": "docker-language-server",
"message": "Invalid multi-line string (Quoted strings may not be split over multiple lines. To produce a multi-line string, either use the \\n escape to represent a newline character or use the \"heredoc\" multi-line template syntax.)"
},
{
"range": {
"start": {
"line": 1,
"character": 0
},
"end": {
"line": 1,
"character": 22
}
},
"severity": 1,
"source": "docker-language-server",
"message": "Unclosed template interpolation sequence (There is no closing brace for this interpolation sequence before the end of the quoted template. This might be caused by incorrect nesting inside the given expression.)"
}
]
}
The text was updated successfully, but these errors were encountered:
The
Invalid multi-line string
error is duplicated on the with the same range twice.The text was updated successfully, but these errors were encountered: