Skip to content

Commit

Permalink
Reduces minimum vscode version to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metacurb committed May 15, 2024
1 parent a38ea1d commit 8af9edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"homepage": "https://github.com/BeauAgst/blamer-vs",
"icon": "dist/img/marketplace/icon.png",
"engines": {
"vscode": "^1.87.0"
"vscode": "^1.17.0"
},
"categories": [
"SCM Providers",
Expand Down Expand Up @@ -141,4 +141,4 @@
"prettier --cache --write --ignore-unknown"
]
}
}
}

0 comments on commit 8af9edd

Please sign in to comment.