Commit e0c153f
authored
fix(amazonq): use fsPath for project name #6176
## Problem
Issues reported in chat sometimes does not match issues tree.
This is happening because the zip artifact uses workspace name (custom
name could be different from fsPath) while git diff output uses fsPath.
This causes the findings to come back as two filePaths that end up
overwriting each other.
## Solution
Update zip to use project name from fsPath instead of
`workspaceFolder.name`1 parent 1ebb05a commit e0c153f
File tree
2 files changed
+7
-1
lines changed- packages
- amazonq/.changes/next-release
- core/src/codewhisperer/util
2 files changed
+7
-1
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
0 commit comments