mathiasfrohlich / vscode-kotlin

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

Kotlin icon does not display for Kotlin scripts (files with *.kts extension) #29

Closed TAGC closed 5 years ago

TAGC commented 5 years ago

In VS Code, the extension provides a nice looking icon for regular Kotlin files (*.kt) but not for Kotlin script files (*.kts).

code_2018-10-15_07-57-12

It would be nice if the icon were used for Kotlin scripts as well.

fwcd commented 5 years ago

@TAGC Your file icon theme is reponsible for the icons, so you might want to report the issue there. Just as a side note, I have added Kotlin icons for .kt and .kts files to the Seti UI theme, which is the default icon theme in VSCode:

image

With Seti, both .kt and .kts files will be highlighted:

image

nishtahir commented 5 years ago

Neat! Thanks for looking into this.