Levertion / mcfunction-langserver

Language Server for Minecraft Functions. See https://github.com/Levertion/vscode-mcfunction for a use
MIT License
16 stars 6 forks source link

Tag suggestions are duplicated #107

Open Levertion opened 5 years ago

Levertion commented 5 years ago

When we suggest tags, the suggestions are duplicated for each instance of the tag.

For example, if two datapacks add to minecraft:load, we suggest minecraft:load twice.

Yurihaia commented 5 years ago

This issue could probably be resolved by storing suggestions in a hashset