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
`Could not find dependency with state "${state}", instead it was "${depType}". Current headers: ${headerNames.map(h=>`"${h}"`).join(", ")}, Current children for "Dependencies" entry: ${childrenNames.map(c=>`"${c}"`).join(", ")}`
116
+
`Could not find dependency with state "${state}", instead it was "${depType}". Current headers: ${headerNames.map(h=>`"${h}"`).join(", ")}, Current children for "Dependencies" entry: ${childrenNames.map(c=>`"${c}"`).join(", ")}\nContents of Package.resolved:\n${packageResolvedContents}`
100
117
);
101
118
}
102
119
103
120
asyncfunctionuseLocalDependencyTest(){
121
+
workspaceContext.logger.info("Fetching the dependency in the 'remote' state");
122
+
104
123
// spm edit with user supplied local version of dependency
0 commit comments