Skip to content

Debug attribute dockerfile is relative to the working directory instead of the context #210

@rcjsuen

Description

@rcjsuen

"dockerfile": {
"type": "string",
"description": "Relative path from the context to the dockerfile.",
"default": "Dockerfile"
},

Due to how VS Code launches the debug adapter, the path needs to be relative to the working directory that is used to launch the debug adapter rather than the context path.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions