Skip to content

Commit

Permalink
lsp: Rename thread_pool_executor to thread_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Dec 1, 2024
1 parent bd9ff91 commit 811c519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ def stop(self):
def make_http_server(
esbonio: server.EsbonioLanguageServer, config: PreviewConfig
) -> PreviewServer:
return PreviewServer(esbonio.logger, config, esbonio.thread_pool_executor)
return PreviewServer(esbonio.logger, config, esbonio.thread_pool)

0 comments on commit 811c519

Please sign in to comment.