File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v11.2.1
2
+
3
+ This release fixes a bug in the initialization of tsserver plugin that prevented
4
+ the Ivy-native language service from being loaded correctly.
5
+ See https://github.com/angular/vscode-ng-language-service/issues/1109
6
+
1
7
# v11.2.0
2
8
3
9
This release upgrades ` @angular/language-service ` to v11.2.0.
Original file line number Diff line number Diff line change 2
2
"name" : " ng-template" ,
3
3
"displayName" : " Angular Language Service" ,
4
4
"description" : " Editor services for Angular templates" ,
5
- "version" : " 11.2.0 " ,
5
+ "version" : " 11.2.1 " ,
6
6
"publisher" : " Angular" ,
7
7
"icon" : " angular.png" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/language-server" ,
3
3
"description" : " LSP server for Angular Language Service" ,
4
- "version" : " 11.2.0 " ,
4
+ "version" : " 11.2.1 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/angular/vscode-ng-language-service.git"
You can’t perform that action at this time.
0 commit comments