diff --git a/.github/workflows/build-extension.yml b/.github/workflows/build-extension.yml index f147b68..b37680e 100644 --- a/.github/workflows/build-extension.yml +++ b/.github/workflows/build-extension.yml @@ -46,7 +46,7 @@ jobs: - name: Install dependencies run: yarn --immutable - name: Build extension - run: yarn vsce package -o ${{ steps.utils.outputs.artifact_name }} --yarn + run: yarn vsce package -o ${{ steps.utils.outputs.artifact_name }} --yarn --no-dependencies - name: Upload a Build Artifact uses: actions/upload-artifact@v2.2.1 with: diff --git a/.vscodeignore b/.vscodeignore index 528dccd..96e7af1 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -3,6 +3,7 @@ !package.json !README.md +!LICENSE.txt !dist/*.js !util !resources/config diff --git a/CHANGELOG.md b/CHANGELOG.md index 2480cd7..bf7f87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ - Upgrade Webpack from ^5.69.1 to ^5.76.3 - Upgrade a bunch of plugins and other dependencies - Fix linter warnings in Markdown files and remove default webview/README.md +- Fix build workflow to account for incompatibility from using a new `vsce` version ## v1.25.0 (2022-06-01)