Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,17 @@
],
"description": "Controls the diagnostic severity for JSON instructions that are written incorrectly with single quotes."
},
"docker.languageserver.diagnostics.instructionWorkdirRelative": {
"scope": "resource",
"type": "string",
"default": "warning",
"enum": [
"ignore",
"warning",
"error"
],
"description": "Controls the diagnostic severity for WORKDIR instructions that do not point to an absolute path."
},
"docker.attachShellCommand.linuxContainer": {
"type": "string",
"default": "/bin/sh",
Expand Down Expand Up @@ -594,7 +605,7 @@
"azure-arm-containerregistry": "^2.3.0",
"azure-arm-resource": "^2.0.0-preview",
"azure-arm-website": "^1.0.0-preview",
"dockerfile-language-server-nodejs": "^0.0.18",
"dockerfile-language-server-nodejs": "^0.0.19",
"dockerode": "^2.5.1",
"fs-extra": "^6.0.1",
"glob": "7.1.2",
Expand Down