Issues in VS Code, unable to build or debug or run any task.

I have the sample blinky project open in VS Code. Connect SDK installation is complete. I am able to build from the command line using west build, but the Connect VS code extension fails to start build process. When I press any of the tasks/ actions such as build or debug, VS code shows loading icons but the terminal remains empty and nothing else happens. Same with creating or editing build configurations. Please see the below screen recording...

I tried reinstalling NCS, the extensions and VS Code itself but still not working.

Ubuntu 20.04 LTS
NCS 2.5.1
Toolchain 2.5.1

target : nRF52840DK

UPDATE: Downgrading VS code fixed the issue


Seems like the issue is caused by something related to latest version of VS Code.

Downgrading VS Code to 1.83 fixed the issue for me.

Related