Skip to content

Commit

Permalink
Fix broken import rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvisompura committed Feb 27, 2025
1 parent ee4bb5f commit 588d68a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { ActionBarCommandButton } from '../../../../../platform/positronActionBa
import { CommandCenter } from '../../../../../platform/commandCenter/common/commandCenter.js';
import { ILanguageRuntimeSession } from '../../../../services/runtimeSession/common/runtimeSessionService.js';
import { localize } from '../../../../../nls.js';
import { LANGUAGE_RUNTIME_OPEN_ACTIVE_SESSIONS_ID } from '../../../../contrib/languageRuntime/browser/languageRuntimeActions.js';

/**
* TopActionBarInterpretersManagerProps interface.
Expand Down Expand Up @@ -175,9 +174,9 @@ export const TopActionBarInterpretersManager_New = (props: TopActionBarInterpret

return (
<ActionBarCommandButton
ariaLabel={CommandCenter.title(LANGUAGE_RUNTIME_OPEN_ACTIVE_SESSIONS_ID)}
ariaLabel={CommandCenter.title('workbench.action.language.runtime.openActivePicker')}
border={true}
commandId={LANGUAGE_RUNTIME_OPEN_ACTIVE_SESSIONS_ID}
commandId={'workbench.action.language.runtime.openActivePicker'}
text={labelText}
{
...(
Expand Down

0 comments on commit 588d68a

Please sign in to comment.