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 43b3dbc commit 7f3283aCopy full SHA for 7f3283a
clients/lsp-asm.el
@@ -61,7 +61,7 @@ Will update if UPDATE? is t."
61
(lsp-async-start-process
62
callback
63
error-callback
64
- "cargo" "install" "--git" lsp-asm-home-url "--root" lsp-asm-store-path))
+ "cargo" "install" "--git" lsp-asm-home-url "--root" lsp-asm-store-path "asm-lsp"))
65
66
(defun lsp-asm--executable ()
67
"Return asm-lsp executable."
0 commit comments