MCPcopy
hub / github.com/marimo-team/marimo / missing_binary_alert

Method missing_binary_alert

marimo/_server/lsp.py:632–637  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

630 ]
631
632 def missing_binary_alert(self) -> AlertNotification:
633 return AlertNotification(
634 title="Python LSP: Connection Error",
635 description=f"<span><a class='hyperlink' href='https://github.com/python-lsp/python-lsp-server'>Install python-lsp-server</a> for Python language support. If already installed, check {self.log_file} or disable pylsp in Settings > Editor > Language Servers.</span>",
636 variant="danger",
637 )
638
639
640class BasedpyrightServer(BaseLspServer):

Callers 1

test_pylsp_serverFunction · 0.95

Calls 1

AlertNotificationClass · 0.90

Tested by 1

test_pylsp_serverFunction · 0.76