You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: