Skip to content

Commit 2a8dd49

Browse files
bors[bot]llebout
andauthored
Merge #2758
2758: Add "code-oss" Visual Studio Code binary name r=matklad a=leo-lb When Visual Studio Code is manually compiled from the upstream source tree the binary is named "code-oss". Co-authored-by: leo-lb <lle-bout@zaclys.net>
2 parents b8ca479 + e34c5d0 commit 2a8dd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
9191
}
9292
.run()?;
9393

94-
let code_binary = ["code", "code-insiders", "codium"].iter().find(|bin| {
94+
let code_binary = ["code", "code-insiders", "codium", "code-oss"].iter().find(|bin| {
9595
Cmd {
9696
unix: &format!("{} --version", bin),
9797
windows: &format!("cmd.exe /c {}.cmd --version", bin),

0 commit comments

Comments
 (0)