From 5037aa1a54d39ca345421cfa49fa54ea7658ec0c Mon Sep 17 00:00:00 2001 From: Wilian Gabriel Date: Wed, 23 Feb 2022 08:40:13 -0300 Subject: [PATCH] workflow:hotfix - Fixes publish process 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ad7150..982b12e 100644 --- a/package.json +++ b/package.json @@ -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": [