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
// TODO: add a default case to push the resource config. Only runtime/harness and other resources that require non-spec changes should need special casing.
155
+
// TODO: add limited special casing for runtime and default for other resources that proxy directly to spec changes.
156
156
}
157
157
158
158
yield{message: `Updating project config file from '${agentCoreSpecPath}'`};
@@ -172,7 +172,7 @@ export class FsProjectManager implements ProjectManager {
0 commit comments