@@ -137,10 +137,7 @@ import {
137137 updatePreviewManifest ,
138138 validateManifestHandler ,
139139} from "./handlers/manifestHandlers" ;
140- import {
141- migrateTeamsManifestHandler ,
142- migrateTeamsTabAppHandler ,
143- } from "./handlers/migrationHandler" ;
140+ import { migrateTeamsTabAppHandler } from "./handlers/migrationHandler" ;
144141import * as officeDevHandlers from "./handlers/officeDevHandlers" ;
145142import {
146143 findGitHubSimilarIssue ,
@@ -192,7 +189,6 @@ import { signOutAzure, signOutM365 } from "./utils/accountUtils";
192189import { acpInstalled , delay , hasAdaptiveCardInWorkspace } from "./utils/commonUtils" ;
193190import { updateAutoOpenGlobalKey } from "./utils/globalStateUtils" ;
194191import { loadLocalizedStrings } from "./utils/localizeUtils" ;
195- import { setupMCPServer } from "./utils/mcpUtils" ;
196192import { checkProjectTypeAndSendTelemetry , isM365Project } from "./utils/projectChecker" ;
197193import { ReleaseNote } from "./utils/releaseNote" ;
198194import { ExtensionSurvey } from "./utils/survey" ;
@@ -458,13 +454,6 @@ function registerActivateCommands(context: vscode.ExtensionContext) {
458454 // commmand: check copilot access
459455 registerInCommandController ( context , CommandKeys . CheckCopilotAccess , checkCopilotAccessHandler ) ;
460456
461- // Upgrade command to update Teams manifest
462- const migrateTeamsManifestCmd = vscode . commands . registerCommand (
463- "fx-extension.migrateTeamsManifest" ,
464- ( ) => Correlator . run ( migrateTeamsManifestHandler )
465- ) ;
466- context . subscriptions . push ( migrateTeamsManifestCmd ) ;
467-
468457 // Upgrade command to update Teams Client SDK
469458 const migrateTeamsTabAppCmd = vscode . commands . registerCommand (
470459 "fx-extension.migrateTeamsTabApp" ,
0 commit comments