File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v12.0.2
2
+
3
+ fix: only give html provider completions for inline templates (#1369 ) (98d5c97bb)
4
+ fix: avoid showing MISSING: command for code lens in templates (#1370 ) (fa5212faf)
5
+ perf: Avoid making Angular-related decisions for files not in an Angular project (#1360 ) (f83b02eb0)
6
+ fix: remove angular.ngdk configuration (#1361 ) (797140c2b)
7
+ fix: remove message about disabled LS if ngcc fails (#1359 ) (0fdc5fb20)
8
+
1
9
# v12.0.1
2
10
3
11
This release fixes a bug where View Engine is not launched for older projects
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" : " 12.0.1 " ,
5
+ "version" : " 12.0.2 " ,
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" : " 12.0.1 " ,
4
+ "version" : " 12.0.2 " ,
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