feat(FN-3338): fix project root resolution in registerExtensionProviders an

The merge adds an auto-reload setting (FN-3334) with UI controls in the settings modal, documentation, and a new version-check module, while also fixing a bug (FN-3338) where extension providers incorrectly resolved the project root when invoked from git worktrees — moving the project-root resolutio

Fusion-Task-Id: FN-3338
This commit is contained in:
Fusion
2026-05-03 16:34:56 -07:00
committed by gsxdsm
parent 6724cf5f19
commit 63bb62fc80
3 changed files with 66 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix extension provider registration using wrong directory when project runs outside engine's working directory.