how to remove the configuration files(parameters) absolutely.

I need to change the path of ncs. 
after try sometimes, I failed.  So, I need remove all the settings and retart my work from initial status.
I uninstall vs code. and install vs code. and extension and sdk.
but, I find the path looks just like the error path . not the default path.

X:\ncs\toolchains\c57af46cb7\downloads\*.tar.gz

the path is absoluted not the default path.
how to remove all the settings after uninstall vscode?

Parents
  • Hi,


    Try this cleanup steps to see if it helps:


    *Remove VS Code user/config/cache:
      *Delete: C:\Users<you>\AppData\Roaming\Code
      *Delete: C:\Users<you>\AppData\Local\Code
      *Delete: C:\Users<you>\AppData\Roaming\Code\User\settings.json
      *Delete the .vscode folder in your user profile if present

    *Remove nRF Connect/Toolchain data:
      *Delete your ncs folder(s) ( C:\ncs, C:\Users<you>\ncs) so no old SDK/toolchain remains.
      *If you used nRF Connect for Desktop Toolchain Manager previously, uninstall toolchains/SDKs there first (optional), then delete remaining folders.

    *Reinstall clean:
      *Install VS Code and the nRF Connect for VS Code extension.
      *In VS Code, open nRF Connect > Manage toolchains and set your desired install directory (this controls where toolchains go) before installing.
      *Then install the desired toolchain and SDK.


    Best regards,
    Ressa
Reply Children
No Data
Related