Include language-configuration.json in vsix (#383)

This was preventing commenting and indenting operations in VS Code from
working as expected when run from VSIX (as opposed to F5) since the file
was not actually put in the package.
This commit is contained in:
Nick Guerrera 2021-03-24 14:32:22 -07:00 коммит произвёл GitHub
Родитель d431e83fbf
Коммит b6bbffb873
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -9,5 +9,6 @@
!dist/**/*.js
!dist/**/*.js.map
!extension-shim.js
!language-configuration.json
!README.md
!ThirdPartyNotices.txt