File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# VS Code Plugin for the Angular Language Service
2
2
3
- This plugin to VS Code provides Angular langauge services for Angular.
3
+ This plugin to VS Code provides Angular language services for Angular.
4
4
5
5
This plugin will provide completions in template files and template strings.
6
6
7
7
## Limitations
8
8
9
- - The langauge service is a separate service from TypeScript and runs a duplicate
9
+ - The language service is a separate service from TypeScript and runs a duplicate
10
10
version of the TypeScript language service.
11
11
12
12
- Only provide completions and diagnostic errors.
@@ -21,4 +21,4 @@ by Microsoft for this purpose located here:
21
21
22
22
[ https://github.com/Microsoft/vscode-languageserver-node-example ] ( https://github.com/Microsoft/vscode-languageserver-node-example )
23
23
24
- This code is used under the MIT license.
24
+ This code is used under the MIT license.
You can’t perform that action at this time.
0 commit comments