Skip to content

Commit

Permalink
🐞 fix(version): vscode engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
892768447 committed Jun 17, 2024
1 parent 81620b7 commit 1dc1ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://pyqt.site"
},
"engines": {
"vscode": "^1.67.0"
"vscode": "^1.73.0"
},
"keywords": [
"qss",
Expand Down Expand Up @@ -136,6 +136,7 @@
"@types/node": "14.x",
"@types/vscode": "^1.73.0",
"@vscode/test-electron": "^2.1.3",
"@vscode/vsce": "^2.27.0",
"eslint": "^8.14.0",
"glob": "^8.0.1",
"mocha": "^9.2.2",
Expand All @@ -146,4 +147,4 @@
"@vscode/l10n": "^0.0.18",
"rpc-websockets": "^7.4.18"
}
}
}
Binary file added qsseditor-0.0.3.vsix
Binary file not shown.

0 comments on commit 1dc1ccf

Please sign in to comment.