ghostboats / bg3_mod_helper

Help facilitate BG3 mod creation via VSCode extension.
Other
3 stars 1 forks source link

Refactor handle insertion logic with new `addHandlesToAllLocas` extension setting #49

Closed AtilioA closed 3 months ago

AtilioA commented 3 months ago

This pull request refactors the handle insertion logic to use a new extension setting addHandlesToAllLocas that dictates whether to add handles to all loca files in the mod workspace (true by default, current behavior) If the user unchecks the new setting, they will be prompted to select the loca files they want to update with the generated handles.