feat: support file paths in generated code blocks

This commit is contained in:
Carl-Robert Linnupuu 2025-04-29 01:31:46 +01:00
parent f63326a57e
commit 9fb1f9b924
41 changed files with 1353 additions and 446 deletions

View file

@ -206,8 +206,8 @@ toolwindow.chat.editor.action.autoApply.disabledTitle=Auto apply is only availab
toolwindow.chat.editor.action.autoApply.description=Apply suggested changes automatically
toolwindow.chat.editor.action.autoApply.noActiveFile=Active file not found
toolwindow.chat.editor.action.autoApply.fileTooLarge=Active file too large to process
toolwindow.chat.editor.action.autoApply.accept=Accept
toolwindow.chat.editor.action.autoApply.reject=Reject
toolwindow.chat.editor.action.autoApply.accept=Accept All
toolwindow.chat.editor.action.autoApply.reject=Reject All
toolwindow.chat.editor.action.autoApply.error=Something went wrong while applying changes. {0}
toolwindow.chat.editor.action.autoApply.taskTitle=Apply changes
toolwindow.chat.editor.action.autoApply.loadingMessage=ProxyAI: Applying changes
@ -330,3 +330,4 @@ tagPopupMenuItem.closeOthers=Close Other Tags
tagPopupMenuItem.closeAll=Close All Tags
tagPopupMenuItem.closeTagsToLeft=Close Tags to the Left
tagPopupMenuItem.closeTagsToRight=Close Tags to the Right
toolwindow.chat.editor.action.autoApply.notApplicable=Unable to locate file for applying changes