In here: https://github.com/bufbuild/vscode-buf/blob/main/package.json#L132 you are injecting default settings.
These are not that easy to find:
settings.json:
{
"buf.binaryPath": "/path/to/buf",
"[proto]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": null
}
}
and there are no instructions on settings.json configs