Skip to content

Commit

Permalink
Update Dockerfile language server to 0.11.0 (#4065)
Browse files Browse the repository at this point in the history
This update adds support for a few new flags that have been added to
Dockerfile so that they no longer get flagged as errors. The other big
change is the introduction of a comment that can be inserted into the
Dockerfile to instruct the linter to not flag something as an error.
While most errors can be ignored this way, clearly fatal errors that
suggest the Dockerfile is completely broken cannot be ignored.

Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen authored Sep 19, 2023
1 parent 97fa469 commit fe82b63
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 33 deletions.
94 changes: 62 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3038,7 +3038,7 @@
"@microsoft/vscode-azext-utils": "^1.2.2",
"@microsoft/vscode-container-client": "^0.1.0",
"dayjs": "^1.11.7",
"dockerfile-language-server-nodejs": "^0.10.2",
"dockerfile-language-server-nodejs": "^0.11.0",
"fs-extra": "^11.1.1",
"gradle-to-js": "^2.0.1",
"handlebars": "^4.7.7",
Expand Down

0 comments on commit fe82b63

Please sign in to comment.