Skip to content

Conversation

@ctlai95
Copy link
Contributor

@ctlai95 ctlai95 commented Dec 6, 2024

Problem

Issues reported in chat sometimes does not match issues tree.

image

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


  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.

License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions
Copy link

github-actions bot commented Dec 6, 2024

  • This pull request modifies code in src/* but no tests were added/updated.
    • Confirm whether tests should be added or ensure the PR description explains why tests are not required.

@ctlai95 ctlai95 marked this pull request as ready for review December 6, 2024 21:11
@ctlai95 ctlai95 requested review from a team as code owners December 6, 2024 21:11
@justinmk3 justinmk3 merged commit e0c153f into aws:master Dec 7, 2024
26 checks passed
karanA-aws pushed a commit to karanA-aws/aws-toolkit-vscode that referenced this pull request Jan 17, 2025
## 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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants