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 471c863 commit 716f2f5Copy full SHA for 716f2f5
src/platform.ts
@@ -30,6 +30,7 @@ export function getCurrentPlatform() {
30
else if (process.platform === 'linux') {
31
// Get the text of /etc/os-release to discover which Linux distribution we're running on.
32
// For details: https://www.freedesktop.org/software/systemd/man/os-release.html
33
+ // When any new distro or version is added, please update GetClrDbg.sh in MIEngine or inform the contributers of MIEngine.
34
const text = child_process.execSync('cat /etc/os-release').toString();
35
const lines = text.split('\n');
36
0 commit comments