I followed Lesson 1, exercises 1 and 2 of https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/ and successfully built and flashed the blinky sample on a nRF54L15-DK. Installations were done according to exercise 1 in the guide.
I would like to be able to run commands like west in the terminal but I can't get an nRF terminal to start. I've tried command "nRF Connect: Create Shell Terminal", "Open terminal" under NRF CONNECT > WELCOME, "Start New Terminal" when right-clicking the l1_e2 application, the "Start New Terminal in Sources of this Build" button beside ACTIONS, and "nRF Connect" under "Launch profile" in the terminal pane. None of these start a terminal. In fact, absolutely nothing happens (including no output in Developer Tools > Console).
All other terminal types may be started via the "Launch Profile" (including nRF RTT Terminal and nRF Serial Terminal).
The terminal started automatically during the build process runs fine and appears to be an nRF terminal since west is called.
I've already tried a fresh VS Code install. How may I debug this issue?
VS Code info:
Version: 1.112.0 (system setup)
Commit: 07ff9d6178ede9a1bd12ad3399074d726ebe6e43
Date: 2026-03-17T18:09:23Z
Electron: 39.8.0
ElectronBuildId: 13470701
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200
nRF Connect for VS Code Extension Pack v2025.4.4
nRF Connect for VS Code v2026.3.1484
nRF Terminal v2026.3.273
nRF Connect SDK v3.2.4; toolchain fd21892d0f
Perhaps relevant is that I also have nRF Connect for Desktop v4.0.1 (including a few of its apps) installed to support some legacy projects built with nRF5 SDK.