feat(vscode): report project-level errors

pull/1992/head
Elian Doran 2025-05-21 15:19:13 +07:00
parent 7087b493af
commit 4acdad0a2b
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

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