Skip to content

Commit

Permalink
remove ms-vscode.remotehub* from proposed API allow list, microsoft…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Nov 3, 2021
1 parent 02d4cb5 commit 3ff2cd9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions product.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 0 additions & 2 deletions src/vs/platform/product/common/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3ff2cd9

Please sign in to comment.