提交 cab916c5 编写于 作者: K kieferrm

fix remote authority check

上级 2a36b7d0
...@@ -324,7 +324,7 @@ export class MainThreadAuthentication extends Disposable implements MainThreadAu ...@@ -324,7 +324,7 @@ export class MainThreadAuthentication extends Disposable implements MainThreadAu
} }
const remoteConnection = this.remoteAgentService.getConnection(); const remoteConnection = this.remoteAgentService.getConnection();
if (remoteConnection && remoteConnection.remoteAuthority === 'vsonline' && VSO_ALLOWED_EXTENSIONS.includes(extensionId)) { if (remoteConnection && remoteConnection.remoteAuthority.startsWith('vsonline') && VSO_ALLOWED_EXTENSIONS.includes(extensionId)) {
return true; return true;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册