Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d79bc0d

Browse files
add linux-arm64 to download-ls (#2078)
1 parent 8f8b46f commit d79bc0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎arduino-ide-extension/scripts/download-ls.js‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888
lsSuffix = 'Linux_64bit.tar.gz';
8989
clangdSuffix = 'Linux_64bit';
9090
break;
91+
case 'linux-arm64':
92+
clangdExecutablePath = path.join(build, 'clangd');
93+
clangFormatExecutablePath = path.join(build, 'clang-format');
94+
lsSuffix = 'Linux_ARM64.tar.gz';
95+
clangdSuffix = 'Linux_ARM64';
96+
break;
9197
case 'win32-x64':
9298
clangdExecutablePath = path.join(build, 'clangd.exe');
9399
clangFormatExecutablePath = path.join(build, 'clang-format.exe');

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /