Visual studio code extension on Mac OS

I am trying to setup visual studio code with nrfConnect extension on MacOS 14.6.1 running on apple silicon.- 
After installing the extensions, I am not seeing the welcome menu to manage the SDK/Toolchain as shown here - https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/reference/ui_sidebar_welcome.html


Here is the screenshots with details showing extension, and VS Code version



Any guess what is going on?

  • Hi Arun,

    After searching around it looks like this spawn error -86 may be because you are trying to run something that is not compatible with you system architecture. It seems to happen on a Mac when trying to run something which is compiled for a different architecture, i.e. running something meant for x86_64 architecture on an ARM64 machine. etc

    If it's the VSCode extension, then you could try to open it using Rosetta.

    -Priyanka

Related