diff --git a/.github/workflows/build-vscode-extension.yml b/.github/workflows/build-vscode-extension.yml index 13fac3b650..dc32fab775 100644 --- a/.github/workflows/build-vscode-extension.yml +++ b/.github/workflows/build-vscode-extension.yml @@ -23,10 +23,6 @@ jobs: steps: - name: Checkout vscode-extensions code and workflow scripts uses: actions/checkout@v4 - with: - sparse-checkout: | - vscode-extensions - .github - name: Build .VSIX file id: build-vsix run: |