aws-toolkit-vscode
aws-toolkit-vscode copied to clipboard
Merge master into feature/agentic-chat
Automatic merge failed
- Resolve conflicts and push to this PR branch.
- Do not squash-merge this PR. Use the "Create a merge commit" option to do a regular merge.
Command line hint
To perform the merge from the command line, you could do something like the following (where "origin" is the name of the remote in your local git repo):
git stash
git fetch --all
git checkout origin/feature/agentic-chat
git merge origin/master
git commit
git push origin HEAD:refs/heads/autoMerge/feature/agentic-chat
- 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.