We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d228467 commit 03a53d9Copy full SHA for 03a53d9
src/vs/sessions/contrib/workspace/browser/workspaceFolderManagement.ts
@@ -85,10 +85,6 @@ export class WorkspaceFolderManagementContribution extends Disposable implements
85
return;
86
}
87
88
- if (!this.isUriTrusted(session.repository)) {
89
- return;
90
- }
91
-
92
if (!this.isUriTrusted(session.worktree)) {
93
await this.workspaceTrustManagementService.setUrisTrust([session.worktree], true);
94
0 commit comments