Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(language-service): Do not show HTML elements and attrs for ext template #33388

Closed
wants to merge 1 commit into from

Commits on Oct 24, 2019

  1. fix(language-service): Do not show HTML elements and attrs for ext te…

    …mplate
    
    This commit removes HTML elements and HTML attributes from the
    completions list for external template. This is because these
    completions should be handled by the native HTML extension, and not
    Angular.
    
    Once we setup TextMate grammar for inline templates, we could remove the
    HTML completions completely.
    
    PR closes angular/vscode-ng-language-service#370
    kyliau committed Oct 24, 2019
    Copy the full SHA
    3ce89dd View commit details
    Browse the repository at this point in the history