No linting rendered in VS Code 1.25.0
See original GitHub issueUpdating 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:
However, the same project does not work in VS Code 1.25.0:
Let me know if I can provide any additional information or help out debugging this in any way.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:14 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.