Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(amazonq): incorrect zip entry path for file scans #6741
## Problem Reproduce steps: 1. Open a window with multiple workspace folders, for example `workspaceFolders: [folder1, folder2]` 2. Open any file and run a code review on the active file, for example `folder1/sample.py` 3. The zip entry will be created with the workspaceFolder duplicated, for example `folder1/folder1/sample.py` ## Solution Explicitly set `includeWorkspaceFolder` to false when getting the relative path of the file.
- Loading branch information