aws-toolkit-vscode
aws-toolkit-vscode copied to clipboard
Merge master into feature/amazonqLSP-auth
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/amazonqLSP-auth
git merge origin/master
git commit
git push origin HEAD:refs/heads/autoMerge/feature/amazonqLSP-auth