8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680b940 commit 650f90dCopy full SHA for 650f90d
build/package.js
@@ -10,7 +10,7 @@ const flags = argv.slice(2).join(" ");
10
// Taken from https://code.visualstudio.com/api/working-with-extensions/publishing-extension#platformspecific-extensions
11
const platforms = [
12
"win32-x64",
13
- "win32-ia32",
+ // "win32-ia32", This is no longer supported by vscode based on the link above.
14
"win32-arm64",
15
"linux-x64",
16
"linux-arm64",
0 commit comments