Support open source version of vscode as well
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user