how would vs code change the sdk and toolchain path. I always fail to do it.

my C: disc is full now. I need move ncs to another disc.  for example:D:ncs

how can I do it. If I move all the files to D:
with others's help , I find the setting 
user settings.json
I add such lines:

"nrfConnect.sdk.path": "D:/ncs/v2.5.0",

"nrfConnect.toolchain.path": "D:/ncs/toolchains/c57af46cb7",
but, the new lines always grey. it looks would not take effect, it is invalid.
in fact, I really cannot set the new path to vs-code or nrfconnect extension.
How can I do it ?
I have try this for two whole days.

 thanks.
Parents
  • Hello, 

    You can change the install directory for toolchains by selecting the folder icon before selecting a toolchain to install in the Install toolchain flow: 

    Selecting this icon opens the setting for selecting the install directory for the toolchain (nrf-connect.toolchainManager.installDirectory) in the VS Code settings:

    The SDK directory can be specified in step 3 of the Install SDK flow: 

    Please also see the documenation for the nRF Connect SDK for VS Code extension here

    Best regards,

    Maria

Reply
  • Hello, 

    You can change the install directory for toolchains by selecting the folder icon before selecting a toolchain to install in the Install toolchain flow: 

    Selecting this icon opens the setting for selecting the install directory for the toolchain (nrf-connect.toolchainManager.installDirectory) in the VS Code settings:

    The SDK directory can be specified in step 3 of the Install SDK flow: 

    Please also see the documenation for the nRF Connect SDK for VS Code extension here

    Best regards,

    Maria

Children
No Data
Related