remote: Fix terminal crash on Elvish shell (#41893)

This commit is contained in:
Smit Barmase
2025-11-04 17:48:42 +05:30
committed by GitHub
parent a827f25d00
commit 95feefc1cf
4 changed files with 49 additions and 10 deletions
+1
View File
@@ -1217,6 +1217,7 @@ impl ToolchainLister for PythonToolchainProvider {
ShellKind::Cmd => None,
ShellKind::Rc => None,
ShellKind::Xonsh => None,
ShellKind::Elvish => None,
})
}
_ => {}