From 6c86f80b4768acd20098810778e93ec56882ca72 Mon Sep 17 00:00:00 2001 From: michaelshin Date: Thu, 15 Jun 2023 17:30:36 -0400 Subject: [PATCH] Fixed protoc version in the build CI --- .github/workflows/build-vsix.yaml | 4 +++- deepview-explore/package.json | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-vsix.yaml b/.github/workflows/build-vsix.yaml index 4dfd4ce..060adfe 100644 --- a/.github/workflows/build-vsix.yaml +++ b/.github/workflows/build-vsix.yaml @@ -23,7 +23,9 @@ jobs: node-version: 18 - name: Install Protoc - uses: arduino/setup-protoc@v1 + uses: arduino/setup-protoc@v2 + with: + version: 3.12.6 - name: Install VSCE run: | diff --git a/deepview-explore/package.json b/deepview-explore/package.json index baed4b2..c3bb836 100644 --- a/deepview-explore/package.json +++ b/deepview-explore/package.json @@ -20,8 +20,7 @@ "Profiling" ], "activationEvents": [ - "onStartupFinished", - "onCommand: deepview-explore.cmd_begin_analyze" + "onStartupFinished" ], "main": "./out/main.js", "contributes": {