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 839eefa commit 61ab30fCopy full SHA for 61ab30f
Extension/src/githubAPI.ts
@@ -116,7 +116,7 @@ export function vsixNameForPlatform(info: PlatformInformation): string {
116
switch (platformInfo.platform) {
117
case 'win32':
118
switch (platformInfo.architecture) {
119
- case 'x86_64': return 'cpptool-win32.vsix'; // TODO: Change to cpptools-win64?
+ case 'x86_64': return 'cpptools-win32.vsix'; // TODO: Change to cpptools-win64?
120
case 'x86':
121
case 'i386':
122
case 'i686': return 'cpptools-win32.vsix';
0 commit comments