Shanedell commented on a change in pull request #51:
URL: https://github.com/apache/daffodil-vscode/pull/51#discussion_r751591257
##########
File path: LICENSE.bin
##########
@@ -0,0 +1,595 @@
+
+ Apache License
+ Version 2.0, January 2004
Review comment:
@jw3 For packaging different files into the VSIX (extension) file all
that would need updated is the `.vscodeignore` file.
So if you don't want the regular `LICENSE` and `NOTICE` to be in the VSIX,
remove these lines from `.vscodeignore`
```
!LICENSE
!NOTICE
```
Then if you want the `bin.LICENSE` and `bin.NOTICE` added to the VSIX, add
these lines to `.vscodeignore`
```
!build/bin.LICENSE
!build/bin.NOTICE
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]