NRF connect extention reports an error about an unrelated west manifest in Visual Studio Code Output terminal

I keeping getting errors in Output terminal from nRF Connect.  

I work on multiple projects in multiple different workspaces.   I keep getting errors about the manifest file for a workspace that I'm not actively using.  The errors trigger the terminal view focus to switch to the output tab, which is extremely annoying.

There errors all look like this:


[west]: FATAL ERROR: can't load west manifest: file not found: manifest file d:\XXX\manifest\west.yml (from configuration options manifest.path="manifest", manifest.file="west.yml")

[west]: exited with code 1.
I'm not currently working from a folder or workspace file related to XXX.
How can I make these errors stop?  This issue persist even after I restart visual studio code.  The XXX text does not appear in settings.
Parents Reply Children
  • I renamed the XXX directory and the west config file within XXX and have not seen the errors in a while.  Is there some place where the nrf connect extension is keeping track of workspaces outside of the active folder/workspace?  

    Find the  support info below, I had to scrub my clients names out of the file. 

    Looking into the support info, I can see there is a list of paths with the corresponding toolchain/SDK version info.  The XXX directory is no longer present, but I suppose it may have been deleted when I renamed the folder.

    Is there any valid reason for the nrf connect extension to be accessing unrelated folders when working wihtin a different folder?  

    Is there a mechanism to clean out old projects from the list of sdks?

    // 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 https://devzone.nordicsemi.com/.
    
    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 10 Pro for Workstations",
        "osKernel": "10.0.19045",
        "vscode": "1.99.3",
        "EEE": "34.3.2",
        "node": "v20.18.3"
      },
      "system": {
        "date": "2025-04-24T17:05:14.061Z",
        "vscodeRoot": "c:\\Users\\antho\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "25:14:45",
        "osUptime": "167:40:08",
        "cpu": "Intel(R) Xeon(R) CPU E3-1535M v6 @ 3.10GHz"
      },
      "workspace": {
        "name": "FFF_workspace3",
        "workspaceFile": null,
        "folders": [
          "d:\\FFFz\\FFF_workspace3"
        ]
      },
      "sdks": [
        {
          "version": "v2.9.1",
          "path": "d:\\TTT\\auth_key_3"
        },
        {
          "version": "v2.8.0",
          "path": "d:\\FFFz\\FFF_workspace3"
        },
        {
          "version": "v2.7.0",
          "path": "d:\\FFFz\\FFF_workspace"
        },
        {
          "version": "v2.7.0",
          "path": "d:\\FFFz\\FFF_workspace2"
        },
        {
          "version": "v2.5.1",
          "path": "d:\\FFFz\\v2.5.1"
        },
        {
          "version": "v2.4.0",
          "path": "d:\\BBB\\v2.4.0"
        },
        {
          "version": "v2.3.0",
          "path": "d:\\Nordic\\v2.3.0"
        },
        {
          "version": "v2.3.0",
          "path": "d:\\BBB\\v2.3.0"
        },
        {
          "version": "v2.3.0",
          "path": "d:\\BBB\\v2.3.0bmmp"
        },
        {
          "version": "v1.7.0",
          "path": "d:\\Nordic\\v1.7.0"
        },
        {
          "version": "v1.6.1",
          "path": "d:\\Nordic\\v1.6.1"
        },
        {
          "version": "v1.6.0-rc2",
          "path": "d:\\Nordic\\v1.6.0-rc2"
        },
        {
          "version": "v3.6.0-rc3",
          "path": "d:\\HHH\\zephyr_3.5.0"
        },
        {
          "version": "v3.5.0",
          "path": "d:\\HHH\\radar"
        },
        {
          "version": "v3.4.99",
          "path": "d:\\EEE\\hft\\zrtos_workspace"
        }
      ],
      "activeBuild": "d:\\FFFz\\FFF_workspace3\\app.git\\app\\build_thomas_c_wrist",
      "apps": [
        {
          "workspace": "d:\\FFFz\\FFF_workspace3",
          "uri": "d:\\FFFz\\FFF_workspace3\\app.git\\app",
          "buildConfigurations": [
            {
              "id": "d:\\FFFz\\FFF_workspace3\\app.git\\app\\build_thomas_c_track",
              "name": "build_thomas_c_track",
              "boardId": "[email protected]/nrf52840",
              "type": "Sysbuild",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              },
              "sdk": "d:\\FFFz\\FFF_workspace3",
              "toolchain": "nRF Connect SDK Toolchain v2.8.0"
            },
            {
              "id": "d:\\FFFz\\FFF_workspace3\\app.git\\app\\build_thomas_c_wrist",
              "name": "build_thomas_c_wrist",
              "boardId": "[email protected]/nrf52840",
              "type": "Sysbuild",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              },
              "sdk": "d:\\FFFz\\FFF_workspace3",
              "toolchain": "nRF Connect SDK Toolchain v2.8.0"
            }
          ]
        },
        {
          "workspace": "d:\\FFFz\\FFF_workspace3",
          "uri": "d:\\FFFz\\FFF_workspace3\\app.git\\mfg_app",
          "buildConfigurations": [
            {
              "id": "d:\\FFFz\\FFF_workspace3\\app.git\\mfg_app\\build_thomas_c_track",
              "name": "build_thomas_c_track",
              "boardId": "[email protected]/nrf52840",
              "type": "Sysbuild",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              },
              "sdk": "d:\\FFFz\\FFF_workspace3",
              "toolchain": "nRF Connect SDK Toolchain v2.8.0"
            }
          ]
        },
        {
          "workspace": "d:\\FFFz\\FFF_workspace3",
          "uri": "d:\\FFFz\\FFF_workspace3\\app.git\\time_app",
          "buildConfigurations": [
            {
              "id": "d:\\FFFz\\FFF_workspace3\\app.git\\time_app\\build_feather_touch_7.0.0",
              "name": "build_feather_touch_7.0.0",
              "boardId": "[email protected]/nrf52840",
              "type": "Sysbuild",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              },
              "sdk": "d:\\FFFz\\FFF_workspace3",
              "toolchain": "nRF Connect SDK Toolchain v2.8.0"
            },
            {
              "id": "d:\\FFFz\\FFF_workspace3\\app.git\\time_app\\build_feather_touch_time",
              "name": "build_feather_touch_time",
              "boardId": "[email protected]/nrf52840",
              "type": "Sysbuild",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              },
              "sdk": "d:\\FFFz\\FFF_workspace3",
              "toolchain": "nRF Connect SDK Toolchain v2.8.0"
            }
          ]
        },
        {
          "workspace": "d:\\FFFz\\FFF_workspace3",
          "uri": "d:\\FFFz\\FFF_workspace3\\app.git\\touch_app",
          "buildConfigurations": [
            {
              "id": "d:\\FFFz\\FFF_workspace3\\app.git\\touch_app\\build_feather_touch",
              "name": "build_feather_touch",
              "boardId": "[email protected]/nrf52840",
              "type": "Sysbuild",
              "isChild": false,
              "isStale": false,
              "taskBindings": {
                "build": [],
                "pristineBuild": [],
                "flash": [],
                "eraseAndFlash": []
              },
              "sdk": "d:\\FFFz\\FFF_workspace3",
              "toolchain": "nRF Connect SDK Toolchain v2.8.0"
            }
          ]
        }
      ],
      "toolchains": [
        {
          "version": "2.9.1",
          "path": "d:\\NCS\\toolchains\\b620d30767"
        },
        {
          "version": "2.8.0",
          "path": "d:\\NCS\\toolchains\\2d382dcd92"
        },
        {
          "version": "2.7.0",
          "path": "d:\\NCS\\toolchains\\ce3b5ff664"
        }
      ],
      "connectedDevices": [
        {
          "serialNumber": "000504300626"
        }
      ],
      "tools": {
        "D:\\ncs\\toolchains\\2d382dcd92\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.16.8",
        "C:\\Program Files\\SEGGER\\JLink_V794e\\JLink.exe": "7.94e",
        "C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.24.2",
        "D:\\nrfutil.exe": null,
        "D:\\ncs\\toolchains\\2d382dcd92\\cmake": "3.21.0",
        "D:\\ncs\\toolchains\\2d382dcd92\\opt\\bin\\Scripts\\west.exe": "1.2.0",
        "D:\\ncs\\toolchains\\2d382dcd92\\opt\\bin\\python.exe": "3.12.4",
        "D:\\ncs\\toolchains\\2d382dcd92\\opt\\bin\\ninja.exe": "1.10.2",
        "D:\\ncs\\toolchains\\2d382dcd92\\opt\\bin\\gperf.exe": "3.1",
        "D:\\ncs\\toolchains\\2d382dcd92\\opt\\bin\\dtc.exe": "1.4.7",
        "D:\\ncs\\toolchains\\2d382dcd92\\opt\\bin\\gn.exe": "2201",
        "D:\\ncs\\toolchains\\2d382dcd92\\mingw64\\bin\\git.exe": "2.37.3.windows.1",
        "arm-gdbPath": "d:\\NCS\\toolchains\\2d382dcd92\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe",
        "riscv-gdbPath": "D:\\ncs\\toolchains\\2d382dcd92\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin\\riscv64-zephyr-elf-gdb.exe"
      },
      "nrfutil": {
        "nrfutil-device": {
          "version": "2.8.8",
          "binPath": "c:\\Users\\antho\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.4.106-win32-x64\\platform\\nrfutil\\bin\\nrfutil-device"
        },
        "nrfutil-sdk-manager": {
          "version": "1.0.2",
          "binPath": "c:\\Users\\antho\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.4.106-win32-x64\\platform\\nrfutil\\bin\\nrfutil-sdk-manager"
        }
      },
      "environment": {
        "westEnv": {
          "HOME": "C:\\Users\\antho",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\antho",
          "PATH": "D:\\ncs\\toolchains\\b620d30767;D:\\ncs\\toolchains\\b620d30767\\mingw64\\bin;D:\\ncs\\toolchains\\b620d30767\\bin;D:\\ncs\\toolchains\\b620d30767\\opt\\bin;D:\\ncs\\toolchains\\b620d30767\\opt\\bin\\Scripts;D:\\ncs\\toolchains\\b620d30767\\opt\\nanopb\\generator-bin;D:\\ncs\\toolchains\\b620d30767\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;D:\\ncs\\toolchains\\b620d30767\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin;c:\\Users\\antho\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.4.106-win32-x64\\platform\\nrfutil\\lib\\nrfutil-sdk-manager;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\bin;C:\\Program Files (x86)\\WinMerge;C:\\Program Files\\PuTTY\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\bin;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\\agvisa;C:\\Program Files\\nodejs\\;C:\\Program Files (x86)\\HP\\Common\\HPDestPlgIn\\;C:\\Program Files (x86)\\HP\\IdrsOCR_15.4.1132.0\\;c:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;c:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\usbipd-win\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files (x86)\\Keysight\\IO Libraries Suite\\bin;C:\\Program Files\\Keysight\\IO Libraries Suite\\bin;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\Bin\\;C:\\Program Files\\IVI Foundation\\IVI\\Bin\\;C:\\Program Files\\dotnet\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\antho\\.pyenv\\pyenv-win\\shims;C:\\Users\\antho\\.pyenv\\pyenv-win\\bin;C:\\Program Files\\SEGGER\\SEGGER Embedded Studio for ARM 4.12\\bin;D:\\microjson\\gnuarmemb\\7 2018-q2-update\\bin;C:\\Users\\antho\\AppData\\Local\\Microsoft\\WindowsApps;D:\\;D:\\AStyle\\bin\\;C:\\Users\\antho\\AppData\\Roaming\\npm;D:\\Garmin\\connectiq-sdk-win-3.1.8-2020-05-01-05516d846\\bin;C:\\Users\\antho\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\antho\\AppData\\Local\\Microsoft\\WinGet\\Packages\\zig.zig_Microsoft.Winget.Source_8wekyb3d8bbwe\\zig-windows-x86_64-0.11.0;C:\\Program Files\\SEGGER\\JLink_V794j;C:\\Users\\antho\\.mcuxpressotools\\cmake-3.28.1-windows-x86_64\\bin;C:\\Users\\antho\\.mcuxpressotools\\dtc-msys2\\tools\\usr\\bin;",
          "ZEPHYR_BASE": "d:\\FFFz\\FFF_workspace3\\zephyr",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "D:\\ncs\\toolchains\\b620d30767\\opt\\zephyr-sdk",
          "PYTHONPATH": "D:\\ncs\\toolchains\\b620d30767\\opt\\bin;D:\\ncs\\toolchains\\b620d30767\\opt\\bin\\Lib;D:\\ncs\\toolchains\\b620d30767\\opt\\bin\\Lib\\site-packages"
        },
        "inherited": {
          "HOME": "C:\\Users\\antho",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\antho",
          "Path": "C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\bin;C:\\Program Files (x86)\\WinMerge;C:\\Program Files\\PuTTY\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\bin;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\\agvisa;C:\\Program Files\\nodejs\\;C:\\Program Files (x86)\\HP\\Common\\HPDestPlgIn\\;C:\\Program Files (x86)\\HP\\IdrsOCR_15.4.1132.0\\;c:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;c:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\usbipd-win\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files (x86)\\Keysight\\IO Libraries Suite\\bin;C:\\Program Files\\Keysight\\IO Libraries Suite\\bin;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\Bin\\;C:\\Program Files\\IVI Foundation\\IVI\\Bin\\;C:\\Program Files\\dotnet\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\antho\\.pyenv\\pyenv-win\\shims;C:\\Users\\antho\\.pyenv\\pyenv-win\\bin;C:\\Program Files\\SEGGER\\SEGGER Embedded Studio for ARM 4.12\\bin;D:\\microjson\\gnuarmemb\\7 2018-q2-update\\bin;C:\\Users\\antho\\AppData\\Local\\Microsoft\\WindowsApps;D:\\;D:\\AStyle\\bin\\;C:\\Users\\antho\\AppData\\Roaming\\npm;D:\\Garmin\\connectiq-sdk-win-3.1.8-2020-05-01-05516d846\\bin;C:\\Program Files (x86)\\HP\\Common\\HPDestPlgIn\\;C:\\Users\\antho\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\antho\\AppData\\Local\\Microsoft\\WinGet\\Packages\\zig.zig_Microsoft.Winget.Source_8wekyb3d8bbwe\\zig-windows-x86_64-0.11.0;C:\\Program Files\\SEGGER\\JLink_V794j;C:\\Users\\antho\\.mcuxpressotools\\cmake-3.28.1-windows-x86_64\\bin;C:\\Users\\antho\\.mcuxpressotools\\dtc-msys2\\tools\\usr\\bin;",
          "PATH": "C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\bin;C:\\Program Files (x86)\\WinMerge;C:\\Program Files\\PuTTY\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\bin;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\\agvisa;C:\\Program Files\\nodejs\\;C:\\Program Files (x86)\\HP\\Common\\HPDestPlgIn\\;C:\\Program Files (x86)\\HP\\IdrsOCR_15.4.1132.0\\;c:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;c:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\usbipd-win\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Docker\\Docker\\resources\\bin;C:\\Program Files (x86)\\Keysight\\IO Libraries Suite\\bin;C:\\Program Files\\Keysight\\IO Libraries Suite\\bin;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\Bin\\;C:\\Program Files\\IVI Foundation\\IVI\\Bin\\;C:\\Program Files\\dotnet\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\antho\\.pyenv\\pyenv-win\\shims;C:\\Users\\antho\\.pyenv\\pyenv-win\\bin;C:\\Program Files\\SEGGER\\SEGGER Embedded Studio for ARM 4.12\\bin;D:\\microjson\\gnuarmemb\\7 2018-q2-update\\bin;C:\\Users\\antho\\AppData\\Local\\Microsoft\\WindowsApps;D:\\;D:\\AStyle\\bin\\;C:\\Users\\antho\\AppData\\Roaming\\npm;D:\\Garmin\\connectiq-sdk-win-3.1.8-2020-05-01-05516d846\\bin;C:\\Program Files (x86)\\HP\\Common\\HPDestPlgIn\\;C:\\Users\\antho\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Users\\antho\\AppData\\Local\\Microsoft\\WinGet\\Packages\\zig.zig_Microsoft.Winget.Source_8wekyb3d8bbwe\\zig-windows-x86_64-0.11.0;C:\\Program Files\\SEGGER\\JLink_V794j;C:\\Users\\antho\\.mcuxpressotools\\cmake-3.28.1-windows-x86_64\\bin;C:\\Users\\antho\\.mcuxpressotools\\dtc-msys2\\tools\\usr\\bin;"
        }
      },
      "terminal": {
        "defaultProfile": null
      },
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "",
          "toolchain": {
            "path": ""
          },
          "ozonePath": "",
          "applications": [
            "${workspaceFolder}\\app.git\\app",
            "${workspaceFolder}\\app.git\\time_app",
            "${workspaceFolder}\\app.git\\mfg_app",
            "${workspaceFolder}\\app.git\\touch_app"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig"
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [],
          "taskBindings": {},
          "buildTerminal": {
            "condensedProgress": true
          },
          "debugging": {
            "flash": true,
            "bindings": {},
            "justMyCode": false
          },
          "activeAppFollowActiveEditor": true,
          "flash": {
            "softreset": false,
            "erase": false,
            "recover": false
          },
          "enableTelemetry": false,
          "thirdpartyIntegration": {},
          "toolchainManager": {
            "indexURL": null,
            "installDirectory": "D:/NCS"
          },
          "nrfutil": {
            "home": null
          },
          "defaultOpenAction": "ask",
          "terminalProfile": {
            "shell": null
          },
          "welcome": {
            "showOnStartup": false
          }
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character"
        },
        "marus25.cortex-debug": {
          "variableUseNaturalFormat": true,
          "liveWatchRefreshRate": "300",
          "armToolchainPath": null,
          "armToolchainPrefix": "arm-none-eabi",
          "gdbPath": null,
          "objdumpPath": null,
          "JLinkGDBServerPath": null,
          "openocdPath": null,
          "pyocdPath": null,
          "PEGDBServerPath": null,
          "stutilPath": null,
          "stlinkPath": null,
          "stm32cubeprogrammer": null,
          "enableTelemetry": true,
          "dbgServerLogfile": null
        }
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2025.4.106",
            "path": "c:\\Users\\antho\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2025.4.106-win32-x64",
            "isActive": true
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2024.9.14",
            "path": "c:\\Users\\antho\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2024.9.14",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2025.4.22",
            "path": "c:\\Users\\antho\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2025.4.22",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2025.4.26",
            "path": "c:\\Users\\antho\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2025.4.26",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": "1.12.1",
          "ms-vscode.cpptools": "1.24.5",
          "ms-vscode.js-debug": "1.97.1",
          "ms-vscode.js-debug-companion": "1.1.3",
          "ms-vscode.vscode-js-profile-table": "1.0.10",
          "bierner.markdown-mermaid": "1.28.0",
          "bpruitt-goddard.mermaid-markdown-syntax-highlighting": "1.7.0",
          "docker.docker": "0.4.10",
          "eamodio.gitlens": "17.0.3",
          "eclipse-cdt.peripheral-inspector": "1.7.0",
          "GitHub.copilot": "1.303.0",
          "GitHub.copilot-chat": "0.26.6",
          "llvm-vs-code-extensions.vscode-clangd": "0.1.33",
          "mcu-debug.debug-tracker-vscode": "0.0.15",
          "mcu-debug.memory-view": "0.0.25",
          "mcu-debug.peripheral-viewer": "1.4.6",
          "mcu-debug.rtos-views": "0.0.7",
          "mindaro-dev.file-downloader": "1.0.13",
          "ms-dotnettools.vscode-dotnet-runtime": "2.3.3",
          "ms-python.debugpy": "2025.6.0",
          "ms-python.python": "2025.4.0",
          "ms-python.vscode-pylance": "2025.4.1",
          "ms-toolsai.jupyter-keymap": "1.1.2",
          "ms-vscode-remote.remote-ssh": "0.119.0",
          "ms-vscode-remote.remote-ssh-edit": "0.87.0",
          "ms-vscode-remote.remote-wsl": "0.99.0",
          "ms-vscode-remote.vscode-remote-extensionpack": "0.26.0",
          "ms-vscode.cpptools-extension-pack": "1.3.1",
          "ms-vscode.cpptools-themes": "2.0.0",
          "ms-vscode.hexeditor": "1.11.1",
          "ms-vscode.makefile-tools": "0.12.17",
          "ms-vscode.remote-explorer": "0.4.3",
          "ms-vscode.remote-server": "1.5.2",
          "pbkit.vscode-pbkit": "0.0.8",
          "searKing.preview-vscode": "2.3.12",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "vscodevim.vim": "1.29.0",
          "vstirbu.vscode-mermaid-preview": "1.6.3",
          "yzane.markdown-pdf": "1.5.0",
          "zxh404.vscode-proto3": "0.5.5"
        }
      }
    }
    
    
    

  • Anthony Ambuehl said:
    The XXX directory is no longer present, but I suppose it may have been deleted when I renamed the folder.

    Is this folder still present on your computer after renaming? Does it show in the list  here at all? What content was in that folder?

    Anthony Ambuehl said:
    Is there any valid reason for the nrf connect extension to be accessing unrelated folders when working wihtin a different folder?

    Our developers inform me: nRF Connect for VSCode will look at all the registered SDK in the cmake registry and will detect what version and type they are so we can preset all SDK in the SDK selection example when building

Related