Skip to content

Commit 74c0ce0

Browse files
author
Rachel Macfarlane
committed
Add new github browser extension id to allow list
1 parent 3a9fbf4 commit 74c0ce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/api/browser/mainThreadAuthentication.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { fromNow } from 'vs/base/common/date';
2020
import { ActivationKind, IExtensionService } from 'vs/workbench/services/extensions/common/extensions';
2121
import { Platform, platform } from 'vs/base/common/platform';
2222

23-
const VSO_ALLOWED_EXTENSIONS = ['github.vscode-pull-request-github', 'github.vscode-pull-request-github-insiders', 'vscode.git', 'ms-vsonline.vsonline', 'vscode.github-browser'];
23+
const VSO_ALLOWED_EXTENSIONS = ['github.vscode-pull-request-github', 'github.vscode-pull-request-github-insiders', 'vscode.git', 'ms-vsonline.vsonline', 'vscode.github-browser', 'ms-vscode.github-browser'];
2424

2525
interface IAccountUsage {
2626
extensionId: string;

0 commit comments

Comments
 (0)