mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
allow attached-container
This commit is contained in:
@@ -76,7 +76,7 @@ function cleanRemoteAuthority(remoteAuthority?: string): string {
|
||||
|
||||
let ret = 'other';
|
||||
// Whitelisted remote authorities
|
||||
['ssh-remote', 'dev-container', 'wsl'].forEach((res: string) => {
|
||||
['ssh-remote', 'dev-container', 'attached-container', 'wsl'].forEach((res: string) => {
|
||||
if (remoteAuthority!.indexOf(`${res}+`) === 0) {
|
||||
ret = res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user