Skip to content

Commit

Permalink
fix: forget to update engine.vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Jul 8, 2023
1 parent 5269966 commit a07d999
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,18 @@
"duplicate",
"edit",
"move",
"select"
"select",
"git",
"temp",
"conflict"
],
"categories": [
"Other"
],
"main": "./out/extension.js",
"icon": "assets/logo.png",
"engines": {
"vscode": "^1.78.0"
"vscode": "^1.80.0"
},
"badges": [
{
Expand Down

0 comments on commit a07d999

Please sign in to comment.