Closed
Description
Using @angular/language-server 0.1001.0 and @angular/language-service 10.1.1, I see a regression compared to @angular/language-server 0.1000.4.
To reproduce, with Eclipse WIld Web Developer
- open and provision (
npm install
) a simple project like https://github.com/eclipse/wildwebdeveloper/tree/master/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app - Open appComponentWithHtml.ts , let tsserver and angular-ls load (ie show outline or provide some Angular specific completion)
- Then open appConponentWithHtml.html
EXPECTED: Error marker shows on incorrect template
GOT: No error marker. Note that if I then make any change to the document, the expected error marker shows up.
With previous versions of @angular/language-server, this was working as expected, the marker/diagnostic was showing up on file open.