From 2282069388a6072ecf857d767726e36d5b370ed8 Mon Sep 17 00:00:00 2001 From: mgechev Date: Sat, 30 Jan 2021 19:12:21 -0800 Subject: [PATCH] docs: clarify vscode integration maintenance (#40647) PR Close #40647 --- aio/content/guide/language-service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/language-service.md b/aio/content/guide/language-service.md index ea9f29115e..c2f5c11c41 100644 --- a/aio/content/guide/language-service.md +++ b/aio/content/guide/language-service.md @@ -58,9 +58,9 @@ Angular Language Service is currently available as an extension for [Visual Stud ### Visual Studio Code -In [Visual Studio Code](https://code.visualstudio.com/), install the extension from the [Extensions: Marketplace](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template). You can open the marketplace from the editor using the Extensions icon on the left menu pane, or use VS Quick Open (⌘+P on Mac, CTRL+P on Windows) and type "? ext". +In [Visual Studio Code](https://code.visualstudio.com/), install the extension from the [Extensions: Marketplace](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template). You can open the marketplace from the editor using the Extensions icon on the left menu pane, or use VS Quick Open (⌘+P on Mac, CTRL+P on Windows) and type "? ext". In the marketplace, search for Angular Language Service extension, and click the **Install** button. -In the marketplace, search for Angular Language Service extension, and click the **Install** button. +The Visual Studio Code integration with the Angular language service is maintained and distributed by the Angular team. ### WebStorm