This repository was archived by the owner on Aug 1, 2025. It is now read-only.
Commit bcf9252
authored
Fix empty files when saving code snippets from chat (#8180)
As the title says. Fixes
https://linear.app/sourcegraph/issue/QA-743/jb-specific-code-not-applied-to-new-file-after-clicking-save-button-in
## Test plan
1. Open Cody chat in JetBrains IDE
2. Enter: "Write a Java program."
3. Wait for code snippet generation
4. Click the save button on the snippet
5. Name the file (e.g., "HelloWorld.java") and save
<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->1 parent 2e5b3ab commit bcf9252
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments