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 966566b commit faf00d7Copy full SHA for faf00d7
src/lsp_client/clients/ty.py
@@ -40,7 +40,7 @@
40
from lsp_client.server.local import LocalServer
41
from lsp_client.utils.types import lsp_type
42
43
-TyContainerServer = partial(ContainerServer, image="ghcr.io/astral-sh/ty:latest")
+TyContainerServer = partial(ContainerServer, image="ghcr.io/observerw/lsp-client/ty:latest")
44
45
46
@define
0 commit comments