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
@sheetalkamat should not this be in ConfigFileDiagnosticEvent instead? VSCode does not use any of the sync APIs and nor should they. I think we either need to send the errors back in the event or in the getErr command.
TypeScript Version: 3.0.1-insider.20180713
Search Terms:
Code
Create a simple tsconfig that references a non-existant project path:
Save the file and see a
configFileDiag
response from tsserverExpected behavior:
configFileDiag
returns a diagnostic for the invalid pathActual behavior:
No diagnostics are returned
Let me know if there is another way we are supposed to be getting diagnostics for config file issues.
Related Issues:
The text was updated successfully, but these errors were encountered: