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": {