Skip to content

Commit

Permalink
workflow:hotfix - Fixes publish process
Browse files Browse the repository at this point in the history
Was reported the follow error:
`@types/vscode 1.63.1 greater than engines.vscode ^1.51.0`.
Then I updated engine.vscode to `^1.62.0` to fix this.

Signed-off-by: Wilian Gabriel <[email protected]>
  • Loading branch information
wiliansilvazup committed Feb 23, 2022
1 parent 14aeebd commit 5037aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/ZupIT/horusec-extensions/tree/master/horusec-vscode",
"icon": "resources/horus_icon.png",
"engines": {
"vscode": "^1.51.0",
"vscode": "^1.62.0",
"horusecCLI": "horuszup/horusec-cli:v2.7.1"
},
"categories": [
Expand Down

0 comments on commit 5037aa1

Please sign in to comment.