bufbuild/vscode-buf

In workspace with many proto files the format on save and linting is very slow.

Opened this issue · 0 comments

The plugin only seems to start one buf process at a time and on Windows this is very very slow.
It would be great if it could scale to say 8 or 16 sub processes, or even better implement an actual LSP that runs persistently.

This is very noticable after a large search-replace when it takes about 1 to 2 minutes to save about 100 proto files.