Skip to content

Commit faac1ff

Browse files
author
Rachel Macfarlane
committed
Add codespaces extension to VSO_ALLOWED_EXTENSIONS list
1 parent 7cdd76d commit faac1ff

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
@@ -18,7 +18,7 @@ import { IStorageKeysSyncRegistryService } from 'vs/platform/userDataSync/common
1818
import { IRemoteAgentService } from 'vs/workbench/services/remote/common/remoteAgentService';
1919
import { fromNow } from 'vs/base/common/date';
2020

21-
const VSO_ALLOWED_EXTENSIONS = ['github.vscode-pull-request-github', 'github.vscode-pull-request-github-insiders', 'vscode.git'];
21+
const VSO_ALLOWED_EXTENSIONS = ['github.vscode-pull-request-github', 'github.vscode-pull-request-github-insiders', 'vscode.git', 'ms-vsonline.vsonline'];
2222

2323
interface IAccountUsage {
2424
extensionId: string;

0 commit comments

Comments
 (0)