generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update diff repair instructions in templates
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
Please help me repair the diff, follow GNU unified diff format, and return all repaired code. | ||
请根据我的原始代码和失败的 patch,生成最终的完整代码。 | ||
|
||
Here is the original code: ${context.oldCode} | ||
Here is the original code: | ||
|
||
${context.oldCode} | ||
|
||
Here is the patched code: | ||
|
||
${context.patchedCode} | ||
|
||
请返回应用 patch 后的最终代码。 |