Skip to content

Commit

Permalink
Update MacOS ARM64 download links (#24842)
Browse files Browse the repository at this point in the history
(cherry picked from commit 943a1ad)
  • Loading branch information
Charles-Gagnon committed Nov 1, 2023
1 parent b7bca52 commit fb80212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/workbench/electron-sandbox/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ export class NativeWindow extends Disposable {
label: localize('downloadArmBuild', "Download"),
run: () => {
const quality = this.productService.quality;
const stableURL = 'https://code.visualstudio.com/docs/?dv=osx';
const insidersURL = 'https://code.visualstudio.com/docs/?dv=osx&build=insiders';
const stableURL = 'https://aka.ms/download-azure-data-studio-macos-arm64'; // {{SQL CARBON EDIT}} Use our own link
const insidersURL = 'https://aka.ms/download-azure-data-studio-macos-arm64-insiders'; // {{SQL CARBON EDIT}} Use our own link
this.openerService.open(quality === 'stable' ? stableURL : insidersURL);
}
}]
Expand Down

0 comments on commit fb80212

Please sign in to comment.