Map key may leak

Last modified: 03 December 2024

Reports using Language or FileType as a map key in plugin code.

Such usages might lead to inability to unload the plugin properly.

Please consider using String as keys instead.

See Dynamic Plugins in SDK Docs for more information.