-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Zed version:
Zed 0.219.4
5595f7ce23d51a58eb66dd025a487bbd6c75dad1
0.219.4+stable.119.5595f7ce23d51a58eb66dd025a487bbd6c75dad1
Windows version:
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22631 N/A Build 22631
Reproduction steps:
- Update Zed settings:
"languages": {
"TypeScript": {
"language_servers": ["angular", "vtsls"],
},
"HTML": {
"language_servers": ["angular", "html"],
}
}- Create a new Angular project (
ng new test) - In the generated template, change the title signal
-- <h1>Hello, {{ title() }}</h1>
++ <h1>Hello, {{ nonexistingsignal() }}</h1>No errors are reported for this call and there is no autocomplete for the existing signal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels