mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
changing name of the icon
This commit is contained in:
@@ -33,7 +33,7 @@ import { registerIcon } from 'vs/platform/theme/common/iconRegistry';
|
||||
|
||||
CommandsRegistry.registerCommandAlias('interactiveEditor.start', 'inlineChat.start');
|
||||
export const LOCALIZED_START_INLINE_CHAT_STRING = localize('run', 'Start Inline Chat');
|
||||
const START_INLINE_CHAT = registerIcon('inline-chat', Codicon.sparkle, localize('startInlineChat', 'Icon which spawns the inline chat from the editor toolbar.'));
|
||||
const START_INLINE_CHAT = registerIcon('start-inline-chat', Codicon.sparkle, localize('startInlineChat', 'Icon which spawns the inline chat from the editor toolbar.'));
|
||||
|
||||
export class StartSessionAction extends EditorAction2 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user