The sentence You are adding files to a trusted workspace that are not currently trusted. sounds to me like the trusted workspace isn't currently trusted rather than the file.
Maybe reorganising it to You are adding files that are not currently trusted to a trusted workspace. can make it clearer?
Source:
|
detail: localize('addWorkspaceFolderDetail', "You are adding files to a trusted workspace that are not currently trusted. Do you trust the authors of these new files?"), |
VS Code version: Code 1.70.2 (e4503b3, 2022-08-16T05:35:13.448Z)
The sentence
You are adding files to a trusted workspace that are not currently trusted.sounds to me like the trusted workspace isn't currently trusted rather than the file.Maybe reorganising it to
You are adding files that are not currently trusted to a trusted workspace.can make it clearer?Source:
vscode/src/vs/workbench/contrib/workspace/browser/workspace.contribution.ts
Line 231 in 779434d
VS Code version: Code 1.70.2 (e4503b3, 2022-08-16T05:35:13.448Z)