Skip to content

Commit 6529610

Browse files
authored
lsp-buf: change buf CLI args (#4930)
- The lsp command in buf has graduated from beta - No longer times out by default
1 parent 4cedcbf commit 6529610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-bufls.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
:link '(url-lint "https://github.com/bufbuild/buf")
7272
:package-version '(lsp-mode . "9.0.0"))
7373

74-
(defcustom lsp-buf-args `("beta" "lsp" "--timeout" "0" "--log-format" "json")
74+
(defcustom lsp-buf-args `("lsp" "serve")
7575
"Arguments to pass to buf CLI."
7676
:type '(repeat string)
7777
:group 'lsp-buf

0 commit comments

Comments
 (0)