diff options
author | Laurențiu Nicola <[email protected]> | 2021-01-17 14:35:57 +0000 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-01-17 14:35:57 +0000 |
commit | a19728604f87ceae625e9d05d464ff3a8eba3f92 (patch) | |
tree | 6a1595912ecd5eab2eff6bda902efff6b6ff0089 /editors | |
parent | 884f758f7b475f2e7e49d113877d423dac6e5e78 (diff) |
Download aarch64-unknown-linux-gnu from GitHub
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/src/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index e598c2c84..1edb7713d 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts | |||
@@ -294,6 +294,7 @@ async function getServer(config: Config, state: PersistentState): Promise<string | |||
294 | "x64 linux": "x86_64-unknown-linux-gnu", | 294 | "x64 linux": "x86_64-unknown-linux-gnu", |
295 | "x64 darwin": "x86_64-apple-darwin", | 295 | "x64 darwin": "x86_64-apple-darwin", |
296 | "arm64 win32": "aarch64-pc-windows-msvc", | 296 | "arm64 win32": "aarch64-pc-windows-msvc", |
297 | "arm64 linux": "aarch64-unknown-linux-gnu", | ||
297 | "arm64 darwin": "aarch64-apple-darwin", | 298 | "arm64 darwin": "aarch64-apple-darwin", |
298 | }; | 299 | }; |
299 | const platform = platforms[`${process.arch} ${process.platform}`]; | 300 | const platform = platforms[`${process.arch} ${process.platform}`]; |