Skip to content

Commit

Permalink
fix: Add support for VSCode v1.59.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Oct 3, 2021
1 parent 94bbc7a commit b0f4799
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@types/react": "^16.14.16",
"@types/react-dom": "^16.9.14",
"@types/tmp": "^0.2.1",
"@types/vscode": "^1.60.0",
"@types/vscode-notebook-renderer": "^1.60.0",
"@types/vscode": "^1.59.0",
"@types/vscode-notebook-renderer": "^1.59.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"abortcontroller-polyfill": "^1.7.3",
Expand Down Expand Up @@ -93,7 +93,7 @@
"url": "https://github.com/hpcc-systems/vscode-ecl.git"
},
"engines": {
"vscode": "^1.60.0"
"vscode": "^1.59.0"
},
"galleryBanner": {
"color": "#CFB69A",
Expand Down Expand Up @@ -1173,4 +1173,4 @@
}
]
}
}
}

0 comments on commit b0f4799

Please sign in to comment.