vscode-coder
vscode-coder copied to clipboard
Every new workspace must be trusted
Description
Everytime I start a new workspace a dialog gets displayed. This affects only opening new workspaces via VS Code Desktop button. This means opening a new local instance of VS Code via vscode: protocol-handler.

Expected behaviour
As we are opening a workspace from an safe environment there is no need to manually trust the workspace folder. Opening a new workspace takes me straight to the editor of VS Code.
See https://github.com/microsoft/vscode-remote-release/issues/8381
Looks like upstream vscode remote extension does not want to support this. Closing. cc: @stirby