question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No linting rendered in VS Code 1.25.0

See original GitHub issue

Updating to VS Code 1.25.0 has caused all linting information to no longer render. I checked the tsserver logs and the plugin is enabled successfully:

Info 22   [11:13:9.546] Enabling plugin tslint-language-service from candidate paths: /Users/anichols/code/test-tslint-plugin/node_modules/typescript/lib/tsserver.js/../../..
Info 23   [11:13:9.546] Loading tslint-language-service from /Users/anichols/code/test-tslint-plugin/node_modules/typescript/lib/tsserver.js/../../.. (resolved to /Users/anichols/code/test-tslint-plugin/node_modules/node_modules)
Info 24   [11:13:10.243] tslint-language-service loaded
Info 25   [11:13:10.243] Plugin validation succeded

I have created a simple example project to demonstrate: https://github.com/anthonynichols/test-tslint-plugin

I have included the tsserver.log file in that repo.

I can confirm that linting works in VS Code 1.24.1:

tslint-working

However, the same project does not work in VS Code 1.25.0:

tslint-not-working

Let me know if I can provide any additional information or help out debugging this in any way.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
hmilcommented, Jul 28, 2018

Still I do not understand why getSemanticDiagnostics is called 2 times with different filename casing.

That’s a bug in VSCode, they just fixed it on master. I checked and tslint-language-service now works with the master version of VSCode.

3reactions
lingzcommented, Jul 13, 2018

Hey @anthonynichols I experience the errors all happening for a split second and dissapearing but didn;t need any changes to the code. I believe this is some kind of overwriting problem also. But I’m not familiar with either this plugin or the vscode architecture.

Read more comments on GitHub >

github_iconTop Results From Across the Web

November 2022 (version 1.74) - Visual Studio Code
Learn what is new in the Visual Studio Code November 2022 Release (1.74)
Read more >
C# 1.25.0 causing code editing issues #5245 - GitHub
The solution that actually works with no downgrade is a workaround. Install Visual Studio Build Tools 2022 ( and choose the specific MSBuild ......
Read more >
why is Intellisense not working in my VS Code? - Stack Overflow
Solution 1 : Ctrl + Shift + P; Write " OmniSharp: Select Project " and press Enter . Choose the solution workspace entry....
Read more >
Docker Compose release notes
Changed Compose API reference docs automation to pick up diffs code vs. docs. ... Fixed port rendering to output long form syntax for...
Read more >
Advanced Visual Studio Code for Python Developers
A formatter will change how your code looks but not how it works. A linter will warn you about your code's compliance to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found