Merge #1891
1891: Support open source version of vscode as well r=matklad a=jens1o This patch adds support for https://github.com/VSCodium/vscodium - an truly open source version of vscode. Co-authored-by: Jens Hausdorf <mail@jens-hausdorf.de>
This commit is contained in:
commit
468e1d14c1
@ -167,7 +167,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
|
||||
}
|
||||
.run()?;
|
||||
|
||||
let code_binary = ["code", "code-insiders"].iter().find(|bin| {
|
||||
let code_binary = ["code", "code-insiders", "codium"].iter().find(|bin| {
|
||||
Cmd {
|
||||
unix: &format!("{} --version", bin),
|
||||
windows: &format!("cmd.exe /c {}.cmd --version", bin),
|
||||
|
Loading…
x
Reference in New Issue
Block a user