Open
Description
Feature
Create a setting/command for the diagnostics handler to include or ignore module modifiers like AddModule, ReplaceModule.
Why
This makes it possible for users who develop mods to also use the tool as these modifiers are not needed in these situations.
It can also be annoying to have the extension running when looking at game files as the extension tries to parse the files.
Starting Point
Add a setting to the extension. Parse the setting to the language server. Create diagnostic based on the settings value.
When the user updates the setting, notify the language server with the new value and reparse the document.