This commit is contained in:
Ladislau Szomoru 2021-07-19 12:47:21 +02:00
parent a170a79b34
commit 40a526594b
No known key found for this signature in database
GPG key ID: 2B88287CB9DB080B

View file

@ -484,7 +484,7 @@ export class WorkspaceTrustManagementService extends Disposable implements IWork
return false;
}
if (workspaceIdentifier.uri.scheme !== Schemas.file) {
if (workspaceIdentifier.uri.scheme !== Schemas.file && workspaceIdentifier.uri.scheme !== Schemas.vscodeRemote) {
return false;
}