Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@qmuntal
Copy link
Member

@qmuntal qmuntal commented Jan 30, 2026

The default formatter doesn't work for Go. Override it.

Copilot AI review requested due to automatic review settings January 30, 2026 14:23
@qmuntal qmuntal requested a review from a team as a code owner January 30, 2026 14:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates workspace VS Code settings to ensure Go files use the Go extension as their default formatter instead of inheriting a non-working default. It aligns Go formatting behavior with the existing language-specific configuration already in place for Python.

Changes:

  • Add a language-scoped VS Code setting for Go ([go]) in .vscode/settings.json.
  • Set "editor.defaultFormatter" for Go to "golang.go" so Go files are formatted by the Go extension.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@friggeri friggeri added this pull request to the merge queue Jan 30, 2026
Merged via the queue into github:main with commit f21ac2d Jan 30, 2026
5 of 6 checks passed
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