Haozhangms
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Haozhangms created a post, How to make own custom plugin prioritize over the bundled Docker plugin when conflict?
I'm writing a custom plugin that recognize “azure.yaml” file, then mark with an icon and treat it as yaml file, as follows. ```javapublic class AzureYamlFileType extends LanguageFileType { publi...