Skip to content
New issue

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

Adopt version 0.0.19 of the language server #392

Merged
merged 1 commit into from
Aug 29, 2018
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