Skip to content

Commit

Permalink
Set scope to machine for imageBuildContextPath (#1791)
Browse files Browse the repository at this point in the history
* Set scope to machine for imageBuildContextPath

* Update package.json

Co-Authored-By: Karol Zadora-Przylecki <[email protected]>

Co-authored-by: Karol Zadora-Przylecki <[email protected]>
  • Loading branch information
Hani Amr and karolz-ms authored Mar 26, 2020
1 parent 2ad26b9 commit a0bd864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,8 @@
"docker.imageBuildContextPath": {
"type": "string",
"default": "",
"description": "%vscode-docker.config.docker.imageBuildContextPath%"
"description": "%vscode-docker.config.docker.imageBuildContextPath%",
"scope": "machine-overridable"
},
"docker.truncateLongRegistryPaths": {
"type": "boolean",
Expand Down

0 comments on commit a0bd864

Please sign in to comment.