-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: vscode setting updates #1221
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this won't work out of the box on Linux systems that don't have clang installed, but I believe this should be fine since vscode shouldn't error if it doesn't exist.
I'll see what happens on my machine without clang
Yeah so you need clang-format installed, that is the caveat, but I think it's worth it for consistent proto formatting. WDYT? |
I'll install it locally (clang was actually on my setup todo list), I'm just hesistant about making it a required step vs a sub-component of some automated commands, since its another thing to add to the complexities of new dev's setting up a working environment. (It also gets fixed in every Adding it to the default settings.json is the least controversial thing though, since thats a "if its installed, use it in the way we prefer" situation, which is ideal! |
"tabnine.experimentalAutoImports": true, | ||
"go.lintTool": "golangci-lint", | ||
"go.formatTool": "gofumports", | ||
"go.testOnSave": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, wanna make a followup PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On it
For contributor use:
docs/
) or specification (x/<module>/spec/
)Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer