Vscode: TSLint Language Server is broken starting from 1.25.0

Created on 12 Jul 2018  路  3Comments  路  Source: microsoft/vscode

  • VSCode Version: 1.25.0
  • OS Version: Mac OS Sierra 10.12.6

Steps to Reproduce:

  1. Install tslint-language-service
  2. Open a file with linting errors
  3. Notice the linting errors show up for a split second, and then dissapear
  4. Reproduce in 1.24.0 and notice it works

Issue also noticed here:
https://github.com/angelozerr/tslint-language-service/issues/76

*caused-by-extension typescript

Most helpful comment

Hey @Tyriar @mjbvz, not sure what your rationale was for closing, but I think it's likely that this is a VSCode bug, not a bug in tslint-language-service. The plugin is completely broken (no errors show up at all) when used in VSCode 1.25.1, and it works fine (all errors show up) in VSCode 1.24.1 as well as the latest versions of WebStorm and Sublime.

My guess is that VSCode changed its mechanism for reporting TypeScript errors from the TS language service, and is mistakenly no longer reporting any errors provided by language service extensions.

All 3 comments

This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines.

Happy Coding!

@mjbvz Hi, please revisit this issue. tslint-language-service is not an extension but a plugin of typescript.

Hey @Tyriar @mjbvz, not sure what your rationale was for closing, but I think it's likely that this is a VSCode bug, not a bug in tslint-language-service. The plugin is completely broken (no errors show up at all) when used in VSCode 1.25.1, and it works fine (all errors show up) in VSCode 1.24.1 as well as the latest versions of WebStorm and Sublime.

My guess is that VSCode changed its mechanism for reporting TypeScript errors from the TS language service, and is mistakenly no longer reporting any errors provided by language service extensions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vsccarl picture vsccarl  路  3Comments

DovydasNavickas picture DovydasNavickas  路  3Comments

lukehoban picture lukehoban  路  3Comments

chrisdias picture chrisdias  路  3Comments

shanalikhan picture shanalikhan  路  3Comments