-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
Description:
- When the gamedata file contains typos or is read incorrectly, the extension does not display any errors. All internal checks pass, and a patch/unpatch operation may be performed, giving a false impression that everything is fine. This can significantly slow down development and testing.
Steps to reproduce:
-
Create or modify a gamedata file with an invalid section or typo.
-
Load the extension and apply the patch.
-
Observe that no errors are logged, and the patch appears to be applied.
Expected behavior:
-
The extension should detect malformed or invalid sections.
-
Errors or warnings should be displayed to alert the user.
-
Patches should not be applied if the gamedata is invalid.
Additional context / Note:
- Once PR is merged, the extension will need to be updated.
Metadata
Metadata
Assignees
Labels
No labels