diff --git a/integration/language_service_plugin/project/tsconfig.json b/integration/language_service_plugin/project/tsconfig.json index 2c7260d1bc..a774248d5b 100644 --- a/integration/language_service_plugin/project/tsconfig.json +++ b/integration/language_service_plugin/project/tsconfig.json @@ -8,6 +8,9 @@ "experimentalDecorators": true, "lib": [ "es2015", "dom" ], "noImplicitAny": true, - "suppressImplicitAnyIndexErrors": true + "suppressImplicitAnyIndexErrors": true, + "plugins": [ + {"name": "@angular/language-service"} + ] } } diff --git a/integration/language_service_plugin/test.ts b/integration/language_service_plugin/test.ts index fb4f1c870c..607c17eae2 100644 --- a/integration/language_service_plugin/test.ts +++ b/integration/language_service_plugin/test.ts @@ -13,7 +13,6 @@ describe('Angular Language Service', () => { beforeEach(() => { jasmine.addMatchers(goldenMatcher); server = fork(SERVER_PATH, [ - '--globalPlugins', '@angular/language-service', '--logVerbosity', 'verbose', '--logFile', join(PWD, 'tsserver.log'), ], {