Skip to content

Commit 3be775b

Browse files
committed
doc(ls): update the readme
1 parent d76e758 commit 3be775b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
21
# VS Code Plugin for the Angular Language Service
32

4-
This plugin to VS Code provides Angular langauge services for Angular template files.
3+
This plugin to VS Code provides Angular langauge services for Angular.
4+
5+
This plugin will provide completions in template files and template strings.
56

67
## Limitations
78

8-
o This plugin assumes that all Angular templates end in the extension `.ng`.
9+
- The langauge service is a separate service from TypeScript and runs a duplicate
10+
version of the TypeScript language service.
11+
12+
- Only provide completions and diagnostic errors.
13+
14+
See [#7482](https://github.com/angular/angular/issues/7482) for a more details
15+
status of the current progress.
916

1017
## Attribution
1118

0 commit comments

Comments
 (0)