Skip to content

Commit

Permalink
fix: handle an edge case where it just crashes (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc authored Aug 6, 2022
1 parent a451797 commit bf232cc
Show file tree
Hide file tree
Showing 9 changed files with 185 additions and 194 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 16.16.0
98 changes: 49 additions & 49 deletions client/package-lock.json

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

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "hadolint-lsp-client",
"engines": {
"vscode": "^1.52.0"
"vscode": "^1.70.0"
},
"scripts": {},
"dependencies": {
"@types/vscode": "^1.52.0",
"@types/vscode": "^1.69.1",
"@types/which": "^1.3.1",
"vscode-languageclient": "^7.0.0",
"vscode-languageclient": "^8.0.0",
"which": "^1.3.1"
}
}
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"multi-root ready"
],
"engines": {
"vscode": "^1.52.0",
"node": ">=12"
"vscode": "^1.70.0",
"node": ">=16"
},
"activationEvents": [
"onLanguage:dockerfile",
Expand Down Expand Up @@ -81,7 +81,7 @@
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.0",
"@types/node": "^18.6.4",
"esbuild": "^0.12.1",
"mocha": "^8.4.0",
"rimraf": "^3.0.2",
Expand Down
Loading

0 comments on commit bf232cc

Please sign in to comment.