Skip to content

Commit bbb1be8

Browse files
committed
allow attached-container
1 parent a321c9e commit bbb1be8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/telemetry/browser/workbenchCommonProperties.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function cleanRemoteAuthority(remoteAuthority?: string): string {
7676

7777
let ret = 'other';
7878
// Whitelisted remote authorities
79-
['ssh-remote', 'dev-container', 'wsl'].forEach((res: string) => {
79+
['ssh-remote', 'dev-container', 'attached-container', 'wsl'].forEach((res: string) => {
8080
if (remoteAuthority!.indexOf(`${res}+`) === 0) {
8181
ret = res;
8282
}

0 commit comments

Comments
 (0)