Skip to content

Commit

Permalink
[vscode] Fix required engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad committed May 21, 2021
1 parent 50826f3 commit e47a94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"icon": "images/openwdl.png",
"private": true,
"engines": {
"vscode": "^1.34.1"
"vscode": "^1.56.0"
},
"categories": [
"Programming Languages",
Expand Down

0 comments on commit e47a94d

Please sign in to comment.