We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove
The documentation page for writing custom tasks using the Docker extension does not list remove as a property of the dockerRun object. Link.
dockerRun
However, this is an attribute of the RunDockerOptions interface defined in src/tasks/DockerRunTaskDefinitionBase.ts as can be seen on this line.
RunDockerOptions
src/tasks/DockerRunTaskDefinitionBase.ts
The text was updated successfully, but these errors were encountered:
Good catch!
Sorry, something went wrong.
We should also update the docs for #2294 at the same time as this.
Fixed this in microsoft/vscode-docs#3902.
No branches or pull requests
The documentation page for writing custom tasks using the Docker extension does not list
remove
as a property of thedockerRun
object. Link.However, this is an attribute of the
RunDockerOptions
interface defined insrc/tasks/DockerRunTaskDefinitionBase.ts
as can be seen on this line.The text was updated successfully, but these errors were encountered: