Program launched from VSC Integrated Terminal is Unable to Display System File Dialog
I have made a rust project that, even in a simple hello-world scenario, is unable to display system file dialogs for opening or saving files, but only when running the program via cargo run
from the integrated terminal in VSC.