Increase vscode engine requirement in package.json to match @types/vscode version (1.46.0)

pull/208/head
Kelvin Schoofs 4 years ago
parent a93d15819b
commit 2b6685d092

@ -5,7 +5,7 @@
"publisher": "Kelvin",
"version": "1.17.0",
"engines": {
"vscode": "^1.40.0"
"vscode": "^1.46.0"
},
"categories": [
"Other"

Loading…
Cancel
Save