Skip to content

Commit

Permalink
Add instructions for testing the packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Jan 26, 2024
1 parent 5f7627c commit ed8405d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ You can update the `package-lock.json` version with `npm i --package-lock-only`.

You can run the script manually by giving the GitHub release tag you're going to use as an argument. For example `./bin/validateRelease.sh v3.0.0-prerelease`.

The extension is packaged using the script `./bin/package.bash`. Like the validation script, you should install and test the resulting package manually to ensure there's no problems with the packaging. (You can install the extension from the package by selecting `Extensions: Install from VSIX` from the command palette) (TODO: automatically test the actual package somehow?)

## Other notes

Running the extension produces the following superfluous warnings:
Expand Down

0 comments on commit ed8405d

Please sign in to comment.