We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52370a5 commit 1e30cb8Copy full SHA for 1e30cb8
test/stubs.ts
@@ -254,7 +254,7 @@ export class PlatformProjectServiceStub implements IPlatformProjectService {
254
isPlatformPrepared(projectRoot: string): IFuture<boolean> {
255
return Future.fromResult(false);
256
}
257
- addLibrary(projectRoot: string, libraryPath: string): IFuture<void> {
+ addLibrary(platformData: IPlatformData, libraryPath: string): IFuture<void> {
258
return Future.fromResult();
259
260
0 commit comments