File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v11.2.7
2
+
3
+ This release reverts the following commits due to [ #1198 ] ( https://github.com/angular/vscode-ng-language-service/issues/1198 ) :
4
+
5
+ - perf: prevent requests from being sent to the server when outside Angular context (fcbdf938e)
6
+ - build: Switch to esbuild instead of rollup for the client and banner (27ccba8d0)
7
+
1
8
# v11.2.6
2
9
3
10
This release upgrades ` @angular/language-service ` to v11.2.5.
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.6 " ,
5
+ "version" : " 11.2.7 " ,
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.6 " ,
4
+ "version" : " 11.2.7 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/angular/vscode-ng-language-service.git"
23
23
"publishConfig" : {
24
24
"registry" : " https://wombat-dressing-room.appspot.com"
25
25
}
26
- }
26
+ }
You can’t perform that action at this time.
0 commit comments