nrf Connect in VSCode only showing "activating extension"

Hi there,

I am trying to get nRFConnect working in VSCode, but when i click on things in the welcome screen it only shows "activating extensions..." in the bottom bar. I have seen this issue several times here in the devzone, but haven't found a solution to it. Some people were able to fix it by downgrading VSCode, but that did not work for me. (One version someone reported as working is not even supported by nRFConnect anymore - the extension would not even load then.)

I tried two installing via the Toolchain Manager using SDK versions 2.5.0 and 2.4.2, and via VSCodes extension store, but to no avail.

Also it does not make a difference how i open VSCode - if by the Toolchain Manager or the "normal" way

What does work is, the extension finds my Dev Kit when i plug it in. But i cannot do anything with it.

Ah, i am running Linux (Pop OS, which is basically Ubuntu 22.04), and installed the toolchain using `nrfconnect-4.2.1-x86_64`.

Any ideas what might help? Or help to find out what is going on? Starting VSCode in verbose mode also does not yield anything that screams an issue to me:

[2096702:1125/205022.645387:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand nrf-connect.app.createFromTemplate", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[2096702:1125/205022.645731:INFO:CONSOLE(645)] "%cTRACE color: #888 onWillActivateByEvent:  onCommand:nrf-connect.app.createFromTemplate", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[2096702:1125/205022.778459:INFO:CONSOLE(645)] "%cTRACE color: #888 CommandService#executeCommand nrf-connect.app.createFromTemplate", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[2096702:1125/205022.778745:INFO:CONSOLE(645)] "%cTRACE color: #888 onWillActivateByEvent:  onCommand:nrf-connect.app.createFromTemplate", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[2096702:1125/205024.536061:INFO:CONSOLE(645)] "%cTRACE color: #888 [editor auto save] triggering auto save with reason 4", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[2096702:1125/205024.537149:INFO:CONSOLE(645)] "%cDEBUG background: #eee; color: #888 Comments: URIs of continue on comments to add to storage .", source: vscode-file://vscode-app/usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js (645)
[main 2023-11-25T19:50:24.800Z] resolveShellEnv(): skipped (VSCODE_CLI is set)
[main 2023-11-25T19:50:29.782Z] resolveShellEnv(): skipped (VSCODE_CLI is set)

Thanks in advance for your help

Related