Skip to content

Commit

Permalink
Fix insiders bug. (#6373)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcmanus authored Oct 22, 2020
1 parent 839eefa commit 61ab30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/src/githubAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function vsixNameForPlatform(info: PlatformInformation): string {
switch (platformInfo.platform) {
case 'win32':
switch (platformInfo.architecture) {
case 'x86_64': return 'cpptool-win32.vsix'; // TODO: Change to cpptools-win64?
case 'x86_64': return 'cpptools-win32.vsix'; // TODO: Change to cpptools-win64?
case 'x86':
case 'i386':
case 'i686': return 'cpptools-win32.vsix';
Expand Down

0 comments on commit 61ab30f

Please sign in to comment.