Skip to content

No error reporting / autocompletion #77

@daniellwdb

Description

@daniellwdb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions