From 3ff2cd942d8f10610ac08b534dc29b2dfaed1325 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Wed, 3 Nov 2021 09:13:40 +0100 Subject: [PATCH] remove `ms-vscode.remotehub*` from proposed API allow list, https://github.com/microsoft/vscode-internalbacklog/issues/2431#issuecomment-950869327 --- product.json | 2 -- src/vs/platform/product/common/product.ts | 2 -- .../services/authentication/browser/authenticationService.ts | 2 -- 3 files changed, 6 deletions(-) diff --git a/product.json b/product.json index 14ef10628d3d2..9db9998156c35 100644 --- a/product.json +++ b/product.json @@ -27,8 +27,6 @@ "extensionAllowedProposedApi": [ "ms-vscode.vscode-js-profile-flame", "ms-vscode.vscode-js-profile-table", - "ms-vscode.remotehub", - "ms-vscode.remotehub-insiders", "GitHub.remotehub", "GitHub.remotehub-insiders" ], diff --git a/src/vs/platform/product/common/product.ts b/src/vs/platform/product/common/product.ts index 5e38d350fadc0..da5cb11136c30 100644 --- a/src/vs/platform/product/common/product.ts +++ b/src/vs/platform/product/common/product.ts @@ -69,8 +69,6 @@ else { extensionAllowedProposedApi: [ 'ms-vscode.vscode-js-profile-flame', 'ms-vscode.vscode-js-profile-table', - 'ms-vscode.remotehub', - 'ms-vscode.remotehub-insiders', 'GitHub.remotehub', 'GitHub.remotehub-insiders' ], diff --git a/src/vs/workbench/services/authentication/browser/authenticationService.ts b/src/vs/workbench/services/authentication/browser/authenticationService.ts index 9c2a8e55ec4ab..69a722795bfce 100644 --- a/src/vs/workbench/services/authentication/browser/authenticationService.ts +++ b/src/vs/workbench/services/authentication/browser/authenticationService.ts @@ -42,8 +42,6 @@ const VSO_ALLOWED_EXTENSIONS = [ 'github.vscode-pull-request-github-insiders', 'vscode.git', 'ms-vsonline.vsonline', - 'ms-vscode.remotehub', - 'ms-vscode.remotehub-insiders', 'github.remotehub', 'github.remotehub-insiders', 'github.codespaces',