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 return external template that does not exist #39898

Closed
wants to merge 1 commit into from

Commits on Dec 2, 2020

  1. fix(language-service): do not return external template that does not …

    …exist
    
    There is a bug in tsserver that causes it to crash when it tries to create
    script info for an external template that does not exist.
    
    I've submitted an upstream PR
    microsoft/TypeScript#41737 to fix this, but before
    the commit lands in the stable release, we'll have to workaround the issue
    in language service.
    
    Close angular/vscode-ng-language-service#1001
    kyliau committed Dec 2, 2020
    Copy the full SHA
    2e45f9f View commit details
    Browse the repository at this point in the history