Skip to content

Commit c7ad1d7

Browse files
committed
[UPDATE] the package_extension.sh to update the README of the package automatically.
1 parent abcfef6 commit c7ad1d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vscode/asperheader/package_extension.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ if [ $STATUS -ne 0 ]; then
1515
echo "Install step failed, se above for more details."
1616
exit $STATUS
1717
fi
18+
echo "Copying readme from the root of the repository to the vscode extension..."
19+
cp -vf ../../README.md ./README.md
1820
echo "Copying license from the root of the repository to the vscode extension..."
1921
cp -vf ../../LICENSE ./LICENSE
2022
echo "Copying the changelog from the root of the repository to the vscode extension..."

0 commit comments

Comments
 (0)