Skip to content

chore: ensure vscode format prefers oxc - #300

Open
paustint wants to merge 1 commit into
mainfrom
chore/vscode-format-on-save-oxc
Open

paustint wants to merge 1 commit into
mainfrom
chore/vscode-format-on-save-oxc

Conversation

@paustint

@paustint paustint commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI lite review requested due to automatic review settings September 4, 2026 17:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

It also removes non-formatter VS Code settings (peacock.color and jest.jestCommandLine) that appear unrelated to the PR’s stated purpose.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates the repository’s checked-in VS Code workspace settings to prefer the Oxc VS Code extension as the formatter for common file types, helping align editor formatting with the repo’s formatting toolchain.

Changes:

  • Set editor.defaultFormatter to oxc.oxc-vscode for TypeScript, JavaScript, JSON, Markdown, and HTML (including React variants).
File summaries
File Description
.vscode/settings.json Adds per-language VS Code formatter defaults to prefer the Oxc formatter extension.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .vscode/settings.json
Comment on lines 21 to +22
},
"peacock.color": "#f54056",
"jest.jestCommandLine": "node_modules/jest/bin/jest.js"
"[typescript]": {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants