Skip to content

Commit 61ab30f

Browse files
authored
Fix insiders bug. (#6373)
1 parent 839eefa commit 61ab30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/githubAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function vsixNameForPlatform(info: PlatformInformation): string {
116116
switch (platformInfo.platform) {
117117
case 'win32':
118118
switch (platformInfo.architecture) {
119-
case 'x86_64': return 'cpptool-win32.vsix'; // TODO: Change to cpptools-win64?
119+
case 'x86_64': return 'cpptools-win32.vsix'; // TODO: Change to cpptools-win64?
120120
case 'x86':
121121
case 'i386':
122122
case 'i686': return 'cpptools-win32.vsix';

0 commit comments

Comments
 (0)