You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code version: Version 1.34.0-insider (1.34.0-insider)
Problem
When using Typescript in a Vue SFC app, if there are any lint problems or syntax errors (missing semi-colons, undeclared variables, etc), there is no indication in the editor of these errors. The only time it shows is when the application is build, then you have to parse through the error messages in the console.
Reproducible Case
Create new Vue app:
vue create new-app
choose Typescript and classes
open the project in VSCode. Make any changes that should trigger a red underline with errors / fixes. None show up, no fixes are available.
Line 38 should have a semi-colon at the end and there should be marked as a problem, but nothing is displayed.
Sort of invalidates the point of using Typescript and VSCode...
The text was updated successfully, but these errors were encountered:
As I mentioned in the report, to reproduce, all that is needed is a brand new Vue project. And change the one line that should report a message, with a possible fix-it:
Create new Vue app:
vue create new-app
choose Typescript and classes
open the project in VSCode. Make any changes that should trigger a red underline with errors / fixes. None show up, no fixes are available.
Info
Problem
When using Typescript in a Vue SFC app, if there are any lint problems or syntax errors (missing semi-colons, undeclared variables, etc), there is no indication in the editor of these errors. The only time it shows is when the application is build, then you have to parse through the error messages in the console.
Reproducible Case
Create new Vue app:
vue create new-app
choose Typescript and classes
open the project in VSCode. Make any changes that should trigger a red underline with errors / fixes. None show up, no fixes are available.
Line 38 should have a semi-colon at the end and there should be marked as a problem, but nothing is displayed.
Sort of invalidates the point of using Typescript and VSCode...
The text was updated successfully, but these errors were encountered: