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
Is your feature request related to a problem? Please describe.
TypeScript has a setting for enabling project wide diagnostics. It gives us error messages and refactoring capabilities for files that are not open in the editor.
This is somewhat related to #437, though I think that issue is more about suppressing the errors from project diagnostics rather than adding a new setting.
The issue right now is that when updating something in a file I don't see the effects in other files until I run the script. Would love to be able to just see the same issues that are detected when running check on the project but inside VSCode in the problems pane.
I can setup a task in VSCode, but then I would have to remember to run that task every now and then.
Is your feature request related to a problem? Please describe.
TypeScript has a setting for enabling project wide diagnostics. It gives us error messages and refactoring capabilities for files that are not open in the editor.
Describe the solution you'd like
Add an equivalent setting for Deno.
The text was updated successfully, but these errors were encountered: