mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 11:39:57 +01:00
remove ms-vscode.remotehub* from proposed API allow list, https://github.com/microsoft/vscode-internalbacklog/issues/2431#issuecomment-950869327
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
@@ -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'
|
||||
],
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user