Save terminal output to filen failed!

Hi All,

*Observed behaviour*
I am debugging my firmware with VScode + NRFConnect
When I press the 'save terminal output to file' floppy disk symbol in VisualCode + nRF Connect 
I have to opportunity to save the logging information with a custom filename.

(Next day ) I start a new debug session of my firmware with VScode + NRFConnect
When I press the 'save terminal output to file' floppy disk symbol
a warning appear it cannot 
find the previous given filename ?
no file save dialog appear to change the filename (because the file does no longer extists)?

I can not save my logging... :-(


*Expected:*
When I am debugging my firmware with VScode + NRFConnect
and I press the 'save terminal output to file' floppy disk symbol in VisualCode + nRF Connect 
I have to opportunity to save the logging information with a manual entered filename.

When (next day) I so start a new debug session of my firmware with VScode + NRFConnect
When I press the 'save terminal output to file' floppy disk symbol
A file save dialog appears to change the (previous)manual entered filename (regardles if the file exists or not)?

*Setup*
PC laptop / windows 11
MS Visual Code 1.71.2 
Nordic nRF Connect V3.12.0
Nordic nRF52840-DK

Related