|
"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.