Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
feat: require min vscode version 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Feb 7, 2020
1 parent cb0e592 commit ab2cc6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"engines": {
"vscode": "^1.42.0"
},
"dependencies": {
"execa": "4.0.0",
"get-port": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/axetroy/vscode-deno/issues"
},
"engines": {
"vscode": "^1.41.0"
"vscode": "^1.42.0"
},
"categories": [
"Programming Languages",
Expand Down
3 changes: 3 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"engines": {
"vscode": "^1.42.0"
},
"dependencies": {
"execa": "4.0.0",
"typescript": "3.7.5",
Expand Down

0 comments on commit ab2cc6e

Please sign in to comment.