Skip to content

Commit

Permalink
Fix vscode engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
matangover committed Aug 24, 2024
1 parent 4067c93 commit 1ffaa0f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
19 changes: 9 additions & 10 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 @@ -12,7 +12,7 @@
"publisher": "matangover",
"icon": "mypy.png",
"engines": {
"vscode": "^1.46.0"
"vscode": "^1.70.0"
},
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -122,7 +122,7 @@
"when": "mypy.activated"
}
]
}
}
},
"main": "./out/extension.js",
"scripts": {
Expand All @@ -137,7 +137,7 @@
"@types/mocha": "^9.0.0",
"@types/node": "^12.11.7",
"@types/promise.allsettled": "^1.0.3",
"@types/vscode": "^1.90.0",
"@types/vscode": "^1.70.0",
"mocha": "^9.1.2",
"typescript": "^4.0.2"
},
Expand Down

0 comments on commit 1ffaa0f

Please sign in to comment.