File tree 2 files changed +1
-3
lines changed
configuration/interpreterSelector/commands 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ export namespace EnvGroups {
69
69
export const Recommended = Common . recommended ;
70
70
}
71
71
72
- export const SET_INTERPRETER_ID = 'SET_INTERPRETER_ID' ;
73
-
74
72
@injectable ( )
75
73
export class SetInterpreterCommand extends BaseInterpreterSelectorCommand implements IInterpreterQuickPick {
76
74
private readonly manualEntrySuggestion : ISpecialQuickPickItem = {
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ export function registerInterpreterTypes(serviceManager: IServiceManager): void
66
66
serviceManager . addSingleton < IExtensionSingleActivationService > (
67
67
IExtensionSingleActivationService ,
68
68
SetInterpreterCommand ,
69
- SET_INTERPRETER_ID ,
70
69
) ;
70
+ serviceManager . addSingleton ( IInterpreterQuickPick , SetInterpreterCommand ) ;
71
71
72
72
serviceManager . addSingleton < IExtensionActivationService > ( IExtensionActivationService , VirtualEnvironmentPrompt ) ;
73
73
You can’t perform that action at this time.
0 commit comments