mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Update extensions/microsoft-authentication/esbuild.mts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ switch (process.platform) {
|
||||
case 'win32': platformFolder = 'windows'; break;
|
||||
case 'darwin': platformFolder = 'macos'; break;
|
||||
case 'linux': platformFolder = 'linux'; break;
|
||||
default: platformFolder = '';
|
||||
default: throw new Error(`Unsupported platform: ${process.platform}`);
|
||||
}
|
||||
|
||||
const arch = process.env.VSCODE_ARCH || process.arch;
|
||||
|
||||
Reference in New Issue
Block a user