Skip to content

Commit

Permalink
Upgrade Dockerfile language server to 0.7.2 (#3269)
Browse files Browse the repository at this point in the history
This small update prevents two cases of infinite loops from being thrown
in a textDocument/semanticTokens/full request.

Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen authored Oct 21, 2021
1 parent 6222a8f commit 2e7cb95
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 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 @@ -3041,7 +3041,7 @@
"@grpc/grpc-js": "^1.2.12",
"@microsoft/compose-language-service": "^0.0.1-alpha",
"dayjs": "^1.10.4",
"dockerfile-language-server-nodejs": "^0.7.1",
"dockerfile-language-server-nodejs": "^0.7.2",
"dockerode": "^3.2.1",
"fs-extra": "^10.0.0",
"glob": "^7.1.6",
Expand Down

0 comments on commit 2e7cb95

Please sign in to comment.