Skip to content

Commit cf1bb2d

Browse files
author
Theodor Thornhill
authored
Change from ht-get to lsp-get (#2289)
1 parent b2e9bb0 commit cf1bb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-fsharp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ disable if `--backgorund-service-enabled' is not used"
233233
`(:directory ,(lsp-workspace-root)
234234
:deep 10
235235
:excludedDirs ["paket-files" ".git" "packages" "node_modules"])))
236-
(data (json-read-from-string (ht-get response "content")))
236+
(data (json-read-from-string (lsp-get response :content)))
237237
(found (cdr (assq 'Found (cdr (assq 'Data data)))))
238238
(directory (car (seq-filter (lambda (d) (equal "directory" (cdr (assq 'Type d)))) found))))
239239
(cdr (assq 'Fsprojs (cdr (assq 'Data directory))))))

0 commit comments

Comments
 (0)