my nrf connect environment run to problem. the tools (build debug ...)in vs code missing.

some days ago, my vs code can run the most jobs for nrf connect. it works well.

but now. I cannot find any valid tools (build debug ....) in nrf connect label in vs code.

if I uninstall all the environment and re install all the software from the scratch. I am afraid the github.com is banned. so, it would fail absolutely.

would you please tell me how to reset the vs code settings and make the nrf connect tools appear again?
thanks a lot.

I am sure all the tools is installed in my pc.  command line tools, nrf connect for desktop,  and c:/ncs/v2.5.0 and toolchain is here always.

thanks again.

Parents
  • // IMPORTANT: The following data can contain sensitive or confidential information about your environment.
    // If you do not want others to see this information, make sure to remove it before sharing the data.

    // For help and support, visit Nordic Semiconductor's DevZone at devzone.nordicsemi.com/.

    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 11 Pro",
        "osKernel": "10.0.26100",
        "vscode": "1.98.2",
        "electron": "34.2.0",
        "node": "v20.18.2",
        "appName": "Visual Studio Code",
        "appHost": "desktop"
      },
      "system": {
        "date": "2025-08-27T02:31:32.399Z",
        "vscodeRoot": "d:\\VS_Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:05:52",
        "osUptime": "02:31:17",
        "cpu": "Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz"
      },
      "workspace": {
        "name": "direction_finding_connectionless_rx",
        "workspaceFile": null,
        "folders": [
          "e:\\CodeStock\\Nordic\\direction_finding_connectionless_rx"
        ]
      },
      "sdks": [
        {
          "version": "v2.5.0",
          "path": "x:\\ncs\\v2.5.0"
        }
      ],
      "activeBuild": "/CodeStock/Nordic/direction_finding_connectionless_rx/application/build",
      "apps": [
        {
          "workspace": "e:\\CodeStock\\Nordic\\direction_finding_connectionless_rx",
          "uri": "e:\\CodeStock\\Nordic\\direction_finding_connectionless_rx\\application",
          "buildConfigurations": [
            {
              "id": "/CodeStock/Nordic/direction_finding_connectionless_rx/application/build",
              "name": "build",
              "type": "Zephyr",
              "isChild": false,
              "isStale": true,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              }
            }
          ]
        }
      ],
      "toolchains": [
        {
          "version": "2.5.0",
          "path": "x:\\ncs\\toolchains\\c57af46cb7",
          "displayName": "nRF Connect SDK Toolchain v2.5.0",
          "compilerTools": [
            "Zephyr SDK (arm) 0.16.1",
            "Zephyr SDK (riscv) 0.16.1"
          ]
        }
      ],
      "connectedDevices": [],
      "tools": {
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.16.1",
        "D:\\SEGGER863\\JLink_V862\\JLink.exe": "8.62",
        "E:\\NordicDev\\bin\\nrfjprog.exe": "10.24.2",
        "E:\\NordicDev\\nrfutil.exe": "8.0.0",
        "X:\\ncs\\toolchains\\c57af46cb7\\cmake": "3.20.5",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts\\west.exe": "1.1.0",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\python.exe": "3.8.2",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\ninja.exe": "1.9.0",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\gperf.exe": "3.1",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\dtc.exe": "1.4.7",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\gn.exe": "2122",
        "X:\\ncs\\toolchains\\c57af46cb7\\mingw64\\bin\\git.exe": "git version 2.37.3.",
        "debugger (arm)": "x:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe",
        "debugger (riscv)": "not found"
      },
      "nrfutil": {
        "nrfutil-device": {
          "version": "2.12.7",
          "binPath": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.8.654-win32-x64\\platform\\nrfutil\\bin\\nrfutil-device",
          "jlinkInfo": {
            "description": "This version of SEGGER J-Link is different from the J-Link version that was used to test nrfutil device commands",
            "expectedVersion": {
              "version": "JLink_V8.42",
              "versionFormat": "string"
            },
            "name": "JlinkARM",
            "version": "JLink_V8.62",
            "versionFormat": "string"
          }
        },
        "nrfutil-sdk-manager": {
          "version": "1.6.0",
          "binPath": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.8.654-win32-x64\\platform\\nrfutil\\bin\\nrfutil-sdk-manager"
        }
      },
      "environment": {
        "westEnv": {
          "HOME": "C:\\Users\\Administrator",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Administrator",
          "PATH": "X:\\ncs\\toolchains\\c57af46cb7;X:\\ncs\\toolchains\\c57af46cb7\\mingw64\\bin;X:\\ncs\\toolchains\\c57af46cb7\\bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts;X:\\ncs\\toolchains\\c57af46cb7\\opt\\nanopb\\generator-bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\aarch64-zephyr-elf\\bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\x86_64-zephyr-elf\\bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.8.654-win32-x64\\platform\\nrfutil\\lib\\nrfutil-sdk-manager;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;D:\\java\\bin;D:\\java\\jre\\bin;E:\\NordicDev\\bin\\;E:\\NordicDev\\;C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts;C:\\Users\\Administrator\\AppData\\Local\\Microsoft\\WindowsApps;D:\\VS_Code\\bin",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "x:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk",
          "PYTHONPATH": "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Lib;X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Lib\\site-packages"
        },
        "inherited": {
          "HOME": "C:\\Users\\Administrator",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Administrator",
          "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;D:\\java\\bin;D:\\java\\jre\\bin;E:\\NordicDev\\bin\\;E:\\NordicDev\\;C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts;C:\\Users\\Administrator\\AppData\\Local\\Microsoft\\WindowsApps;D:\\VS_Code\\bin",
          "PATH": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;D:\\java\\bin;D:\\java\\jre\\bin;E:\\NordicDev\\bin\\;E:\\NordicDev\\;C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts;C:\\Users\\Administrator\\AppData\\Local\\Microsoft\\WindowsApps;D:\\VS_Code\\bin",
          "GNUARMEMB_TOOLCHAIN_PATH": "X:\\ncs\\toolchains\\c57af46cb7"
        }
      },
      "terminal": {
        "defaultProfile": null
      },
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "ozonePath": "",
          "applications": [
            "${workspaceFolder}\\application"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig"
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "taskBindings": {},
          "debugging": {
            "flash": true,
            "bindings": {},
            "justMyCode": false
          },
          "activeAppFollowActiveEditor": false,
          "flash": {
            "softreset": false,
            "erase": false,
            "recover": false
          },
          "enableTelemetry": true,
          "thirdpartyIntegration": {},
          "toolchainManager": {
            "indexURL": null,
            "installDirectory": "X:\\ncs\\toolchains\\c57af46cb7"
          },
          "nrfutil": {
            "home": null
          },
          "defaultOpenAction": "ask",
          "terminalProfile": {
            "shell": null
          },
          "topdir": "X:/ncs/v2.5.0",
          "toolchain": {
            "path": "X:\\ncs\\toolchains\\c57af46cb7"
          }
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character",
          "localEcho": false
        }
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2025.8.654",
            "path": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.8.654-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2025.8.103",
            "path": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2025.8.103",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2025.8.140",
            "path": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2025.8.140",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2025.8.117",
            "path": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2025.8.117",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": null,
          "ms-vscode.cpptools": "1.26.3",
          "ms-vscode.js-debug": "1.97.1",
          "ms-vscode.js-debug-companion": "1.1.3",
          "ms-vscode.vscode-js-profile-table": "1.0.10",
          "trond-snekvik.gnu-mapfiles": "1.1.0"
        }
      }
    }


Reply
  • // IMPORTANT: The following data can contain sensitive or confidential information about your environment.
    // If you do not want others to see this information, make sure to remove it before sharing the data.

    // For help and support, visit Nordic Semiconductor's DevZone at devzone.nordicsemi.com/.

    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 11 Pro",
        "osKernel": "10.0.26100",
        "vscode": "1.98.2",
        "electron": "34.2.0",
        "node": "v20.18.2",
        "appName": "Visual Studio Code",
        "appHost": "desktop"
      },
      "system": {
        "date": "2025-08-27T02:31:32.399Z",
        "vscodeRoot": "d:\\VS_Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:05:52",
        "osUptime": "02:31:17",
        "cpu": "Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz"
      },
      "workspace": {
        "name": "direction_finding_connectionless_rx",
        "workspaceFile": null,
        "folders": [
          "e:\\CodeStock\\Nordic\\direction_finding_connectionless_rx"
        ]
      },
      "sdks": [
        {
          "version": "v2.5.0",
          "path": "x:\\ncs\\v2.5.0"
        }
      ],
      "activeBuild": "/CodeStock/Nordic/direction_finding_connectionless_rx/application/build",
      "apps": [
        {
          "workspace": "e:\\CodeStock\\Nordic\\direction_finding_connectionless_rx",
          "uri": "e:\\CodeStock\\Nordic\\direction_finding_connectionless_rx\\application",
          "buildConfigurations": [
            {
              "id": "/CodeStock/Nordic/direction_finding_connectionless_rx/application/build",
              "name": "build",
              "type": "Zephyr",
              "isChild": false,
              "isStale": true,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              }
            }
          ]
        }
      ],
      "toolchains": [
        {
          "version": "2.5.0",
          "path": "x:\\ncs\\toolchains\\c57af46cb7",
          "displayName": "nRF Connect SDK Toolchain v2.5.0",
          "compilerTools": [
            "Zephyr SDK (arm) 0.16.1",
            "Zephyr SDK (riscv) 0.16.1"
          ]
        }
      ],
      "connectedDevices": [],
      "tools": {
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.16.1",
        "D:\\SEGGER863\\JLink_V862\\JLink.exe": "8.62",
        "E:\\NordicDev\\bin\\nrfjprog.exe": "10.24.2",
        "E:\\NordicDev\\nrfutil.exe": "8.0.0",
        "X:\\ncs\\toolchains\\c57af46cb7\\cmake": "3.20.5",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts\\west.exe": "1.1.0",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\python.exe": "3.8.2",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\ninja.exe": "1.9.0",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\gperf.exe": "3.1",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\dtc.exe": "1.4.7",
        "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\gn.exe": "2122",
        "X:\\ncs\\toolchains\\c57af46cb7\\mingw64\\bin\\git.exe": "git version 2.37.3.",
        "debugger (arm)": "x:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe",
        "debugger (riscv)": "not found"
      },
      "nrfutil": {
        "nrfutil-device": {
          "version": "2.12.7",
          "binPath": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.8.654-win32-x64\\platform\\nrfutil\\bin\\nrfutil-device",
          "jlinkInfo": {
            "description": "This version of SEGGER J-Link is different from the J-Link version that was used to test nrfutil device commands",
            "expectedVersion": {
              "version": "JLink_V8.42",
              "versionFormat": "string"
            },
            "name": "JlinkARM",
            "version": "JLink_V8.62",
            "versionFormat": "string"
          }
        },
        "nrfutil-sdk-manager": {
          "version": "1.6.0",
          "binPath": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.8.654-win32-x64\\platform\\nrfutil\\bin\\nrfutil-sdk-manager"
        }
      },
      "environment": {
        "westEnv": {
          "HOME": "C:\\Users\\Administrator",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Administrator",
          "PATH": "X:\\ncs\\toolchains\\c57af46cb7;X:\\ncs\\toolchains\\c57af46cb7\\mingw64\\bin;X:\\ncs\\toolchains\\c57af46cb7\\bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts;X:\\ncs\\toolchains\\c57af46cb7\\opt\\nanopb\\generator-bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\aarch64-zephyr-elf\\bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\x86_64-zephyr-elf\\bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.8.654-win32-x64\\platform\\nrfutil\\lib\\nrfutil-sdk-manager;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;D:\\java\\bin;D:\\java\\jre\\bin;E:\\NordicDev\\bin\\;E:\\NordicDev\\;C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts;C:\\Users\\Administrator\\AppData\\Local\\Microsoft\\WindowsApps;D:\\VS_Code\\bin",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "x:\\ncs\\toolchains\\c57af46cb7\\opt\\zephyr-sdk",
          "PYTHONPATH": "X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin;X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Lib;X:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Lib\\site-packages"
        },
        "inherited": {
          "HOME": "C:\\Users\\Administrator",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\Administrator",
          "Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;D:\\java\\bin;D:\\java\\jre\\bin;E:\\NordicDev\\bin\\;E:\\NordicDev\\;C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts;C:\\Users\\Administrator\\AppData\\Local\\Microsoft\\WindowsApps;D:\\VS_Code\\bin",
          "PATH": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;D:\\java\\bin;D:\\java\\jre\\bin;E:\\NordicDev\\bin\\;E:\\NordicDev\\;C:\\ncs\\toolchains\\c57af46cb7\\opt\\bin\\Scripts;C:\\Users\\Administrator\\AppData\\Local\\Microsoft\\WindowsApps;D:\\VS_Code\\bin",
          "GNUARMEMB_TOOLCHAIN_PATH": "X:\\ncs\\toolchains\\c57af46cb7"
        }
      },
      "terminal": {
        "defaultProfile": null
      },
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "ozonePath": "",
          "applications": [
            "${workspaceFolder}\\application"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig"
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "taskBindings": {},
          "debugging": {
            "flash": true,
            "bindings": {},
            "justMyCode": false
          },
          "activeAppFollowActiveEditor": false,
          "flash": {
            "softreset": false,
            "erase": false,
            "recover": false
          },
          "enableTelemetry": true,
          "thirdpartyIntegration": {},
          "toolchainManager": {
            "indexURL": null,
            "installDirectory": "X:\\ncs\\toolchains\\c57af46cb7"
          },
          "nrfutil": {
            "home": null
          },
          "defaultOpenAction": "ask",
          "terminalProfile": {
            "shell": null
          },
          "topdir": "X:/ncs/v2.5.0",
          "toolchain": {
            "path": "X:\\ncs\\toolchains\\c57af46cb7"
          }
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character",
          "localEcho": false
        }
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2025.8.654",
            "path": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.8.654-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2025.8.103",
            "path": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2025.8.103",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2025.8.140",
            "path": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2025.8.140",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2025.8.117",
            "path": "c:\\Users\\Administrator\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2025.8.117",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": null,
          "ms-vscode.cpptools": "1.26.3",
          "ms-vscode.js-debug": "1.97.1",
          "ms-vscode.js-debug-companion": "1.1.3",
          "ms-vscode.vscode-js-profile-table": "1.0.10",
          "trond-snekvik.gnu-mapfiles": "1.1.0"
        }
      }
    }


Children
Related