We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cddd2d commit df76c06Copy full SHA for df76c06
clients/lsp-bufls.el
@@ -71,7 +71,7 @@
71
:link '(url-lint "https://github.com/bufbuild/buf")
72
:package-version '(lsp-mode . "9.0.0"))
73
74
-(defcustom lsp-buf-args `("beta" "lsp")
+(defcustom lsp-buf-args `("beta" "lsp" "--timeout" "0" "--log-format" "json")
75
"Arguments to pass to buf CLI."
76
:type '(repeat string)
77
:group 'lsp-buf
0 commit comments