We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e003d5 commit 9728474Copy full SHA for 9728474
src/platform.ts
@@ -95,8 +95,8 @@ export function getCurrentPlatform() {
95
96
break;
97
case 'linuxmint':
98
- const versionId = getValue("VERSION_ID");
99
- if (versionId.startsWith("18")) {
+ const lmVersionId = getValue("VERSION_ID");
+ if (lmVersionId.startsWith("18")) {
100
// Linux Mint 18 is binary compatible with Ubuntu 16.04
101
return Platform.Ubuntu16;
102
}
0 commit comments