This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new ecb8517 Use the latest vsce 2.16 ecb8517 is described below commit ecb851799ac2ffe313a7b4a79acad581e2ea44ec Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Tue Jan 10 22:38:35 2023 -0500 Use the latest vsce 2.16 --- .github/workflows/vscode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml index a052ef4..f0be3e8 100644 --- a/.github/workflows/vscode.yml +++ b/.github/workflows/vscode.yml @@ -54,7 +54,7 @@ jobs: - name: Karavan VS Code extension (install vsce) working-directory: ./karavan-vscode - run: npm install -g vsce + run: npm install -g @vscode/vsce - name: Karavan VS Code extension (package) working-directory: ./karavan-vscode