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
fix: persist work mode config and resolve packages from local path
WorkOn/WorkOff modified config in memory but never saved to disk,
so WorkStatusList always reported empty. Add SaveConfigFile and
ConfigService.Save to persist changes.
Also fix package resolution in work mode: readManifest and packageDir
now check WorkMode config and use the local path when a tap is in
work mode, so install/remove/upgrade/info/search all work correctly
against the local checkout.
0 commit comments