coc-angular
coc-angular copied to clipboard
Angular 14 breaks coc-angular
Describe the bug Incompatibility with angular 14
To Reproduce Steps to reproduce the behavior: Use any coc-angular option withing an Angular 14, it won't work
I fixed it editing this plugin's package.json file and changing the angular language-server to 14:
....
"dependencies": {
"v12_language_service": "file:v12_language_service",
"@angular/language-server": "14",
"typescript": "~4.6.2"
}