chore: add oxlint typescript program suppression to workspace settings#19692
chore: add oxlint typescript program suppression to workspace settings#19692
Conversation
There was a problem hiding this comment.
Pull request overview
Enables Oxlint’s TypeScript program error suppression at the workspace (IDE) level to reduce/avoid TypeScript program diagnostics surfaced by the oxc VS Code extension.
Changes:
- Add
oxc.suppressProgramErrors: trueto the repository’s VS Code workspace settings.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "editor.defaultFormatter": "oxc.oxc-vscode" | ||
| } | ||
| }, | ||
| "oxc.suppressProgramErrors": true |
There was a problem hiding this comment.
PR description mentions recommending oxc extension version 1.49.1, but the repo changes only add the suppressProgramErrors setting and don’t record that version guidance anywhere. Either update the PR description to match the actual change, or add documentation (e.g., in CONTRIBUTING/README) stating the recommended extension version so contributors can discover it.
size-limit report 📦
|
Closes #19693 (added automatically)