You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constGUTTER_INLINE_CHAT_OPAQUE_ICON=registerIcon('inline-chat-opaque',Codicon.sparkle,localize('startInlineChatOpaqueIcon','Icon which spawns the inline chat from the gutter. It is half opaque by default and becomes completely opaque on hover.'));
33
33
constGUTTER_INLINE_CHAT_TRANSPARENT_ICON=registerIcon('inline-chat-transparent',Codicon.sparkle,localize('startInlineChatTransparentIcon','Icon which spawns the inline chat from the gutter. It is transparent by default and becomes opaque on hover.'));
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/inlineChat/common/inlineChat.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ export const CTX_INLINE_CHAT_DOCUMENT_CHANGED = new RawContextKey<boolean>('inli
155
155
exportconstCTX_INLINE_CHAT_CHANGE_HAS_DIFF=newRawContextKey<boolean>('inlineChatChangeHasDiff',false,localize('inlineChatChangeHasDiff',"Whether the current change supports showing a diff"));
156
156
exportconstCTX_INLINE_CHAT_CHANGE_SHOWS_DIFF=newRawContextKey<boolean>('inlineChatChangeShowsDiff',false,localize('inlineChatChangeShowsDiff',"Whether the current change showing a diff"));
exportconstCTX_INLINE_CHAT_TOOLBAR_ICON_ENABLED=newRawContextKey<boolean>('inlineChatToolbarIconEnabled',false,localize('inlineChatToolbarIconEnabled',"Whether the toolbar icon spawning inline chat is enabled."));
0 commit comments