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.

TypeScript errors not showing after upgrading VSCode to v1.39

See original GitHub issue
  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • Platform: macOS 10.15
  • Vetur version: 0.22.4
  • VS Code version: 1.39.1
  • TypeScript version: 3.6.4

Vue file: TS + SCSS (modules)

Problem

After a few minutes, VSCode stops displaying errors and hover tooltips for TS part of .vue component files. Output logs for vue language server are empty. Window reloading helps but only for 5-10 minutes.

I think it started to happen after upgrading VSCode to v1.39. For plain .ts files it still works.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
Ky6ukcommented, Oct 11, 2019

Downgrading to Vetur v0.22.3 resolves the problem.

Screen Shot 2019-10-11 at 14 21 23
2reactions
ktsncommented, Oct 14, 2019

Thank you for filing this issue. Let’s track it on #1449.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Refreshing errors in VSC after installing typings - Stack Overflow
I finally figured this out. Visual Studio Code offers a command for reloading the window and another for reloading the project.
Read more >
Visual Studio Code Tip: Show TypeScript Errors in Entire Project
Now I can press ALT+SHIFT+B , wait for TypeScript to finish the compilation and then start pressing ALT+END to navigate to the errors...
Read more >
TypeScript Programming with Visual Studio Code
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It offers classes, modules, and interfaces to help you build robust...
Read more >
VS Code 1.7.1.2 and Plots.jl not working - Julia Discourse
I'm using Julia v1.8.1 and Plots v1.34.3. Note that plotting using the REPL outside VSCode works fine. Edit: adding the GR package, changed...
Read more >
VS Code: You don't need that extension - Rob O'Leary
JavaScript > Update Imports on File Move: Enabled : "Enable/disable automatic updating of import paths when you rename or move a file in...
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