Open jhhcs opened 2 months ago
we are using the workspaceTrustService
here. I'd expect that to handle your configured settings properly.
To reproduce, create a workspace that is not trusted. With an external file manager, create a file inside that workspace that requests a terminal to be spawned - in my case that is a Python file, but that is likely due to something the Python extension does. When that file is opened in VSCode, the above popup always appears and no setting I have tried can silence it.
Just following up on this briefly; is this recognized as an issue and reproducible? Do you need anything else from my end?
What is the file that is causing the terminal to show automatically on startup? How can I reproduce that?
System
Description
When I open some files in an untrusted workspace, the following banner pops up:
Transcribed for searchability:
I would like to request the ability to disable this pop-up. To clarify, I very much want to keep the workspace untrusted and I very much want to prevent the creation of a terminal session, I just don't want to be prompted about it. I have the following settings enabled already:
but neither achieves the desired result.
In a recent session, this banner actually became a potential security risk; as I had assumed to be rid of the banner, I started typing immediately after opening the file. I happened to press Space in the exact moment that this banner popped up, confirming the default selection to trust the workspace, which was absolutely not what I intended.