Skip to content

Dockerfile Language Server crashes with tabbed heredoc #171

@rcjsuen

Description

@rcjsuen

The Dockerfile Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.

This Dockerfile will crash the Dockerfile Language Server.

FROM alpine:3.22
RUN cat <<-EOT > 1.txt
	hello
	EOT
RUN cat <<EOT > 2.txt
hello2
EOT

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions