Reload FileTree and File when changed externally

This commit is contained in:
49lf
2024-10-09 12:53:24 -04:00
parent b303b678ad
commit b6a3c552c9
8 changed files with 132 additions and 83 deletions

View File

@ -228,7 +228,9 @@ export const SettingsAuthProviderBase = ({
doNotPersist: true,
})
},
settingsPath ? [settingsPath] : []
[settingsPath, loadedProject?.project?.path].filter(
(x: string | undefined) => x !== undefined
)
)
// Add settings commands to the command bar