Do not include dependency license in vsix package.

This commit is contained in:
CismonX 2021-03-11 12:08:35 +08:00
parent 9b2e0aa5d6
commit 2d08ad4b88
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 0 additions and 1 deletions

View File

@ -3,6 +3,5 @@
SRC_PATH=./node_modules/language-texinfo
DEST_PATH=./out/grammars
mkdir -p $DEST_PATH
cp $SRC_PATH/LICENSE.md $DEST_PATH
# Convert TextMate grammar from CSON to JSON, as VSCode cannot recognize CSON ones.
cson2json $SRC_PATH/grammars/texinfo.cson | json -j0 > $DEST_PATH/texinfo.json