You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/toolkit/jetbrains-core/src/software/aws/toolkits/jetbrains/services/cfnlsp/server/GitHubManifestAdapter.kt
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ internal class GitHubManifestAdapter(
70
70
var versions:List<ManifestVersion> = mapper.readValue(root.get(envKey).toString())
71
71
72
72
if (SystemInfo.isLinux && legacyLinuxDetector.useLegacyLinux()) {
73
-
LOG.info { "Legacy Linux environment detected, remapping to linuxglib2.28" }
73
+
LOG.info { "Legacy Linux environment detected, using $LEGACY_LINUX_PLATFORM builds" }
74
74
versions = remapLegacyLinux(versions)
75
75
}
76
76
@@ -82,7 +82,7 @@ internal class GitHubManifestAdapter(
0 commit comments