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 · 1 comment
Open

Add experimental.enableProjectDiagnostics setting. #767

TheCymaera opened this issue Dec 18, 2022 · 1 comment

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.

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

3 participants