Conversation
There was a problem hiding this comment.
Pull request overview
This PR addresses issue #334 by improving authentication failure detection/reporting in the VS Code Settings Repository extension, especially around updating credentials and sync operations.
Changes:
- Verifies git credentials during the
settings-repository.authenticateflow usinggit ls-remote. - Threads
branchthroughpull/pushcalls and improves log messages to include${repo}@${branch}. - Bumps extension version to
2.0.2.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
src/sync/git.ts |
Exports parseRepo, updates pull/push to accept explicit branch, and adjusts logging. |
src/extension.ts |
Updates startup/shutdown autosync calls to pass the configured branch and tweaks debug output. |
src/command/remote.ts |
Updates overwrite-remote command to pass branch into push. |
src/command/local.ts |
Updates overwrite-local command to pass branch into pull. |
src/command/auth.ts |
Adds remote credential verification on token update before persisting credentials. |
package.json |
Version bump to 2.0.2. |
package-lock.json |
Lockfile version bump to 2.0.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Relevant Issues
List any closed and/or relevant issues
Changes Made
List any changes made.