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 2ec8698 commit d39ab39Copy full SHA for d39ab39
src/platform.ts
@@ -339,6 +339,10 @@ export class PlatformInformation {
339
return ubuntu_16_04;
340
}
341
break;
342
+ case 'arch':
343
+ // NOTE: currently Arch Linux seems to be compatible enough with Ubuntu 16 that this works,
344
+ // though in the future this may need to change as Arch follows a rolling release model.
345
+ return ubuntu_16_04;
346
default:
347
return unknown_distribution;
348
0 commit comments