File tree 1 file changed +0
-6
lines changed
src/vs/workbench/api/common
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ import { ExtHostInteractive } from 'vs/workbench/api/common/extHostInteractive';
92
92
import { combinedDisposable } from 'vs/base/common/lifecycle' ;
93
93
import { checkProposedApiEnabled , ExtensionIdentifierSet , isProposedApiEnabled } from 'vs/workbench/services/extensions/common/extensions' ;
94
94
import { DebugConfigurationProviderTriggerKind } from 'vs/workbench/contrib/debug/common/debug' ;
95
- import { equalsIgnoreCase } from 'vs/base/common/strings' ;
96
95
import { IExtHostTelemetryLogService } from 'vs/workbench/api/common/extHostTelemetryLogService' ;
97
96
98
97
export interface IExtensionRegistries {
@@ -395,11 +394,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
395
394
396
395
const extensions : typeof vscode . extensions = {
397
396
getExtension ( extensionId : string , includeFromDifferentExtensionHosts ?: boolean ) : vscode . Extension < any > | undefined {
398
- if ( equalsIgnoreCase ( extensionId , 'ms-vscode.references-view' ) ) {
399
- extHostApiDeprecation . report ( `The extension 'ms-vscode.references-view' has been renamed.` , extension , `Use 'vscode.references-view' instead.` ) ;
400
- extensionId = 'vscode.references-view' ;
401
- }
402
-
403
397
if ( ! isProposedApiEnabled ( extension , 'extensionsAny' ) ) {
404
398
includeFromDifferentExtensionHosts = false ;
405
399
}
You can’t perform that action at this time.
0 commit comments