File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
-
2
1
# VS Code Plugin for the Angular Language Service
3
2
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.
5
6
6
7
## Limitations
7
8
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.
9
16
10
17
## Attribution
11
18
You can’t perform that action at this time.
0 commit comments