Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental.enableProjectDiagnostics setting. #767

Open
TheCymaera opened this issue Dec 18, 2022 · 2 comments
Open

Add experimental.enableProjectDiagnostics setting. #767

TheCymaera opened this issue Dec 18, 2022 · 2 comments

Comments

@TheCymaera
Copy link

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.

typescript.tsserver.experimental.enableProjectDiagnostics

Describe the solution you'd like

Add an equivalent setting for Deno.

deno.tsserver.experimental.enableProjectDiagnostics
@jespertheend
Copy link
Contributor

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.

@bobmoff
Copy link

bobmoff commented Nov 7, 2024

I would love this feature! ❤️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants