We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1810f commit 59a95a2Copy full SHA for 59a95a2
pythonx/async_clj_omni/fireplace.py
@@ -13,7 +13,7 @@ def gather_conn_info(vim):
13
14
if client:
15
connection = client.get("connection", {})
16
- transport = connection.get("transport")
+ transport = connection.get("transport", client.get("transport"))
17
18
if not transport:
19
raise Error
0 commit comments