8000 don't package unsupported version · carlpaten/vscode-arduino@650f90d · GitHub
[go: up one dir, main page]

Skip to content

Commit 650f90d

Browse files
don't package unsupported version
1 parent 680b940 commit 650f90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const flags = argv.slice(2).join(" ");
1010
// Taken from https://code.visualstudio.com/api/working-with-extensions/publishing-extension#platformspecific-extensions
1111
const platforms = [
1212
"win32-x64",
13-
"win32-ia32",
13+
// "win32-ia32", This is no longer supported by vscode based on the link above.
1414
"win32-arm64",
1515
"linux-x64",
1616
"linux-arm64",

0 commit comments

Comments
 (0)
0