material-extensions / vscode-material-icon-theme

Material Design icons for VS Code
https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
MIT License
2.36k stars 668 forks source link

feat: associate the `.ets` and `.d.ets` extensions to typescript icon to support the ArkTS language #2966

Closed Groupguanfang closed 1 month ago

Groupguanfang commented 1 month ago

Description

ArkTS is a superset of TypeScript open sourced by the OpenHarmony organization to support the development of the HarmonyOS App. I recently created an ArkTS VSCode plugin that supports the code highlighting and completion of the ArkTS language.

I love using this material icon theme, There are relatively few people using ArkTS on VSCode at the moment, and there seems to be no official file icon for ArkTS available at the moment. So I simply associated TypeScript icon with ArkTS in a simple way (with just a few minor changes). Hope the author approves this PR🥹Thank you very much indeed🙏

Contribution Guidelines

github-actions[bot] commented 1 month ago

Merge Successful

Thanks for your contribution! 🎉

The changes will be part of the upcoming update on the Marketplace.