Haozhangms
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
Haozhangms 创建了一个帖子, 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...