mathiasfrohlich / vscode-kotlin

Kotlin language support for VS Code
Apache License 2.0
203 stars 21 forks source link

Fix issue of loading the Kotlin language file #1

Closed francis36012 closed 8 years ago

francis36012 commented 8 years ago

The name of the grammar file declared in package.json had a case mismatch causing the file not to be found upon the extension load. This commit simply changes the case of the filename declared in package.json to match the actual filename.

mathiasfrohlich commented 8 years ago

Thanks again for the contribution. Will preform some tests and then publish.

mathiasfrohlich commented 8 years ago

It is now Live Thanks for the contribution