Hello - The nRF Connect for VS Code extensions updated today and it appears to have broken then nRF Terminal connection monitoring.
Old Behavior
- Connect to device via one of the COM ports
- If I powered off (or flashed an update) the DK then the status bar item would show a message, in orange, that it was attempting to reconnect to device
- If I powered the DK back on, then it would automatically reconnect and I would see all of the startup output
New Behavior
- Connect to device via one of the COM ports
- If I power off the DK then the status bar item still shows the device as being connected (see below)
- If I power the DK back on, then nothing happens. The only way I can reconnect is to restart VS Code and reconnect via VCOM.
Setup
Not sure what all information is needed, but here are some details from the "Generate support information"
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"platform": {
"os": "win32",
"osVersion": "Windows 10 Pro",
"osKernel": "10.0.22000",
"vscode": "1.69.1",
"electron": "18.3.5",
"node": "v16.13.2"
},
"system": {
"date": "2022-07-13T14:43:05.277Z",
"vscodeRoot": "c:\\Users\\jdougherty\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
"nrfConnectForDesktopInstalled": true,
"vscodeUptime": "00:18:11",
"osUptime": "15:42:25",
"cpu": {
"model": "12th Gen Intel(R) Core(TM) i7-12700K",
"speed": "3610 MHz",
"count": 10
},
"memory": {
If there is any other information that would be helpful then please let me know.