[nrf conenct] Can't manage SDKS in VScode

hello. I'm currently working on nRF connect for VS code and I'm having a problem.

After downloading the nRF connect for VS code extension, I'm having an issue with setting up the SDK and toolchain and not being able to get the SDK.

[Manage SDKs] >> [Install SDK]
If I go through the process, the nRF Connect output window will display the


[16:00:59] Update available nsscprodmedia.blob.core.windows.net/.../nrf-command-line-tools-10.24.2-x64.exe
[16:01:01] =========== Toolchain validation report for nRF Connect SDK Toolchain v2.5.0 ===========
Exclamation️ git is required but not found. Make sure the "git" executable is in your PATH.
Exclamation️ jlink is required but not found. Please ensure that SEGGER J-Link Software and Documentation Pack is installed.
Exclamation️ nrfjprog couldn't be executed. Please ensure that SEGGER J-Link Software and Documentation Pack and nRF Command Line Tools are both installed.
spawn C:\Windows\System32 ENOENT


It outputs the same log record as above.
I tried saving the environment variable again to resolve this, but it didn't work.

Here is my Support Information.

IMPORTANT: The data below could contain sensitive or confidential information about your environment.
If you do not wish this to be seen by others, please make sure to remove it before sharing.

For help and support, visit the Nordic DevZone at devzone.nordicsemi.com/.

{
  "platform": {
    "os": "win32",
    "osVersion": "Windows 10 Pro",
    "osKernel": "10.0.19045",
    "vscode": "1.93.0",
    "electron": "30.4.0",
    "node": "v20.15.1"
  },
  "system": {
    "date": "2024-09-12T07:08:55.185Z",
    "vscodeRoot": "c:\\Users\\CU\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
    "nrfConnectForDesktopInstalled": true,
    "vscodeUptime": "00:07:57",
    "osUptime": "00:30:42",
    "cpu": "Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz"
  },
  "workspace": {
    "name": "socket_tel_ex1-main",
    "workspaceFile": null,
    "folders": [
      "c:\\Users\\CU\\Documents\\GitHub\\socket_tel_ex1-main"
    ]
  },
  "sdks": [],
  "activeBuild": "c:\\Users\\CU\\Documents\\GitHub\\socket_tel_ex1-main\\build",
  "apps": [
    {
      "workspace": "c:\\Users\\CU\\Documents\\GitHub\\socket_tel_ex1-main",
      "uri": "c:\\Users\\CU\\Documents\\GitHub\\socket_tel_ex1-main",
      "buildConfigurations": [
        {
          "id": "c:\\Users\\CU\\Documents\\GitHub\\socket_tel_ex1-main\\build",
          "name": "build",
          "boardId": "nrf9160dk_nrf9160_ns",
          "type": "Zephyr",
          "isChild": false,
          "isStale": false,
          "taskBindings": {
            "build": [],
            "pristineBuild": [],
            "flash": [],
            "eraseAndFlash": []
          }
        }
      ]
    }
  ],
  "workspaceState": "freestanding-unconfigured",
  "toolchains": [
    {
      "version": "2.5.0",
      "path": "c:\\ncs\\toolchains\\c57af46cb7"
    }
  ],
  "activeToolchain": {
    "type": "installation",
    "path": "c:\\ncs\\toolchains\\c57af46cb7",
    "version": "2.5.0",
    "displayName": "nRF Connect SDK Toolchain v2.5.0"
  },
  "connectedDevices": [
    {
      "serialNumber": "000960034717"
    }
  ],
  "deviceProvider": "nrfutil",
  "tools": {
    "C:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": null,
    "C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": null,
    "C:\\ncs\\toolchains\\c57af46cb7\\cmake": null,
    "C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts\\west.exe": null,
    "C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\python.exe": null,
    "C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\ninja.exe": null,
    "C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\gperf.exe": null,
    "C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\dtc.exe": null,
    "C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\gn.exe": null,
    "C:\\ncs\\toolchains\\c57af46cb7\\mingw64\\bin\\git.exe": null,
    "arm-gdbPath": "c:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe",
    "riscv-gdbPath": "not found"
  },
  "nrfutil": {
    "nrfutil-device": {
      "version": "2.5.0",
      "binPath": "c:\\Users\\CU\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.9.87-win32-x64\\platform\\nrfutil\\bin\\nrfutil-device"
    },
    "nrfutil-toolchain-manager": {
      "version": "0.14.4",
      "binPath": "c:\\Users\\CU\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.9.87-win32-x64\\platform\\nrfutil\\bin\\nrfutil-toolchain-manager"
    }
  },
  "environment": {
    "westEnv": {
      "HOME": "C:\\Users\\CU",
      "HOMEDRIVE": "C:",
      "HOMEPATH": "\\Users\\CU",
      "PATH": "C:\\ncs\\toolchains\\c57af46cb7;C:\\ncs\\toolchains\\c57af46cb7\\mingw64\\bin;C:\\ncs\\toolchains\\c57af46cb7\\bin;C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin;C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts;C:\\ncs\\toolchains\\c57af46cb7\\opt\\nanopb\\generator-bin;C:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\aarch64-zephyr-elf\\bin;C:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\x86_64-zephyr-elf\\bin;C:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\Users\\CU\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.9.87-win32-x64\\platform\\nrfutil\\lib\\nrfutil-toolchain-manager;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312\\Scripts\\;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312\\;C:\\Users\\CU\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\CU\\AppData\\Local\\atom\\bin;C:\\Users\\CU\\AppData\\Local\\GitHubDesktop\\bin;C:\\Program Files\\Git\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin;C:\\Program Files\\SEGGER\\JLink_V794e;C:\\Users\\CU\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\WINDOWS\\system32\\cmd.exe;",
      "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
      "ZEPHYR_SDK_INSTALL_DIR": "C:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk",
      "PYTHONPATH": "C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin;C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Lib;C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Lib\\site-packages"
    },
    "inherited": {
      "HOME": "C:\\Users\\CU",
      "HOMEDRIVE": "C:",
      "HOMEPATH": "\\Users\\CU",
      "Path": "C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312\\Scripts\\;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312\\;C:\\Users\\CU\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\CU\\AppData\\Local\\atom\\bin;C:\\Users\\CU\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\CU\\AppData\\Local\\GitHubDesktop\\bin;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312;C:\\Program Files\\Git\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin;C:\\Program Files\\SEGGER\\JLink_V794e;C:\\Users\\CU\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\WINDOWS\\system32\\cmd.exe;",
      "PATH": "C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312\\Scripts\\;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312\\;C:\\Users\\CU\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\CU\\AppData\\Local\\atom\\bin;C:\\Users\\CU\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\CU\\AppData\\Local\\GitHubDesktop\\bin;C:\\Users\\CU\\AppData\\Local\\Programs\\Python\\Python312;C:\\Program Files\\Git\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin;C:\\Program Files\\SEGGER\\JLink_V794e;C:\\Users\\CU\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\WINDOWS\\system32\\cmd.exe;"
    }
  },
  "terminal": {
    "defaultProfile": "Command Prompt"
  },
  "config": {
    "nordic-semiconductor.nrf-connect": {
      "topdir": "${nrf-connect.sdk:2.5.0}",
      "toolchain": {
        "path": "${nrf-connect.toolchain:2.5.0}"
      },
      "ozonePath": "",
      "applications": [
        "${workspaceFolder}"
      ],
      "applicationOptions": {},
      "kconfig": {
        "interface": "kconfig"
      },
      "west": {
        "env": {
          "$base": "terminal"
        }
      },
      "boardRoots": [],
      "taskBindings": {},
      "buildTerminal": {
        "condensedProgress": true
      },
      "debugging": {
        "flash": true,
        "bindings": {},
        "justMyCode": true
      },
      "activeAppFollowActiveEditor": true,
      "deviceProvider": "nrfjprog",
      "flash": {
        "softreset": false,
        "erase": false,
        "recover": false
      },
      "enableTelemetry": true,
      "thirdpartyIntegration": {},
      "toolchainManager": {
        "indexURL": null,
        "installDirectory": null
      },
      "nrfutil": {
        "home": null
      },
      "defaultOpenAction": "ask"
    },
    "nordic-semiconductor.nrf-terminal": {
      "terminalMode": "character"
    }
  },
  "extensions": {
    "internal": {
      "nordic-semiconductor.nrf-connect": {
        "version": "2024.9.87",
        "path": "c:\\Users\\CU\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.9.87-win32-x64",
        "isActive": true
      },
      "nordic-semiconductor.nrf-terminal": {
        "version": "2024.9.14",
        "path": "c:\\Users\\CU\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2024.9.14",
        "isActive": true
      },
      "nordic-semiconductor.nrf-devicetree": {
        "version": "2024.9.26",
        "path": "c:\\Users\\CU\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2024.9.26",
        "isActive": true
      },
      "nordic-semiconductor.nrf-kconfig": {
        "version": "2024.9.20",
        "path": "c:\\Users\\CU\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2024.9.20",
        "isActive": true
      }
    },
    "external": {
      "marus25.cortex-debug": null,
      "ms-vscode.cpptools": "1.21.6",
      "ms-vscode.js-debug": "1.93.0",
      "ms-vscode.js-debug-companion": "1.1.3",
      "ms-vscode.vscode-js-profile-table": "1.0.9",
      "alefragnani.project-manager": "12.8.0",
      "codezombiech.gitignore": "0.9.0",
      "donjayamanne.git-extension-pack": "0.1.3",
      "donjayamanne.githistory": "0.6.20",
      "eamodio.gitlens": "15.4.0",
      "fabiospampinato.vscode-diff": "2.1.2",
      "L13RARY.l13-diff": "1.3.8",
      "mhutchie.git-graph": "1.30.0",
      "MS-CEINTL.vscode-language-pack-ko": "1.93.2024091109",
      "ms-dotnettools.csdevkit": "1.10.18",
      "ms-dotnettools.csharp": "2.45.20",
      "ms-dotnettools.vscode-dotnet-runtime": "2.1.5",
      "ms-python.debugpy": "2024.10.0",
      "ms-python.python": "2024.14.0",
      "ms-python.vscode-pylance": "2024.9.1",
      "politoleo.iar": "1.6.0",
      "seanwu.vscode-qt-for-python": "7.6.0",
      "tonka3000.qtvsctools": "0.11.0",
      "trond-snekvik.gnu-mapfiles": "1.1.0",
      "twxs.cmake": "0.0.17",
      "ziyasal.vscode-open-in-github": "1.3.6"
    }
  }
}


The bottom line is that I am not able to activate the SDK right now.

Any kind of advice to resolve this would be appreciated.
Related