feat(vscode): report project-level errors

This commit is contained in:
Elian Doran 2025-05-21 15:19:13 +03:00
parent 7087b493af
commit 4acdad0a2b
No known key found for this signature in database

View File

@ -24,5 +24,7 @@
},
"github-actions.workflows.pinned.workflows": [
".github/workflows/nightly.yml"
]
],
"typescript.validate.enable": true,
"typescript.tsserver.experimental.enableProjectDiagnostics": true
}