We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcfef6 commit c7ad1d7Copy full SHA for c7ad1d7
vscode/asperheader/package_extension.sh
@@ -15,6 +15,8 @@ if [ $STATUS -ne 0 ]; then
15
echo "Install step failed, se above for more details."
16
exit $STATUS
17
fi
18
+echo "Copying readme from the root of the repository to the vscode extension..."
19
+cp -vf ../../README.md ./README.md
20
echo "Copying license from the root of the repository to the vscode extension..."
21
cp -vf ../../LICENSE ./LICENSE
22
echo "Copying the changelog from the root of the repository to the vscode extension..."
0 commit comments