We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that buf format is released, we need to integrate it here.
buf format
The text was updated successfully, but these errors were encountered:
In latest version, vscode-buf auto format my .proto files. Is there any config to disable that.
Sorry, something went wrong.
Forgot to tag this is as fixed by #70.
@haunt98 see this stackoverflow response: https://stackoverflow.com/questions/61827206/vscode-disable-all-auto-formatting-on-save#:~:text=Use%20vs%2Dcode%20default%20shortcut,search%20for%20save%20without%20formatting.
TL;DR: you can add this to your settings:
"[proto]": { "editor.formatOnSave": false }
No branches or pull requests
Now that
buf format
is released, we need to integrate it here.The text was updated successfully, but these errors were encountered: