mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 04:30:59 +00:00
feat: support file paths in generated code blocks
This commit is contained in:
parent
f63326a57e
commit
9fb1f9b924
41 changed files with 1353 additions and 446 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue