-
Notifications
You must be signed in to change notification settings - Fork 37
docs: Write a troubleshooting guide for the VSCode extension #332 #412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: Write a troubleshooting guide for the VSCode extension #332 #412
Conversation
WalkthroughA new troubleshooting guide for the CodeRabbit VSCode extension was introduced as a markdown file. The documentation sidebar was updated to include this guide under the "Review local changes" section, positioned before the uninstall guide. No code or API changes were made. Changes
Assessment against linked issues
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches
🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
docs/guides/troubleshooting-vscode.md (2)
26-38
: Prefer “after commit” to avoid ambiguous phrasing“Reviews aren't triggered on commit” is understandable but slightly awkward. “After commit” (or “upon commit”) is the more common idiom and sidesteps the flagged preposition issue.
-### 2. Reviews aren't triggered on commit +### 2. Reviews aren't triggered after commit
8-88
: Add a high-frequency “Authentication / sign-in errors” sectionNearly every new user question in the VSCode repo relates to GitHub token or org-scoping issues, yet the guide omits them. A concise section covering:
• Invalid/expired token symptoms
• CheckingCodeRabbit: GitHub Token
setting
• Re-authenticating via the command “CodeRabbit: Sign in”
• Org not whitelisted / permission scope mismatch…would pre-empt a large share of support requests and align with the PR goal of lowering support burden.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
docs/guides/troubleshooting-vscode.md
(1 hunks)sidebars.ts
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/guides/troubleshooting-vscode.md
[uncategorized] ~26-~26: The preposition ‘to’ seems more likely in this position.
Context: .... --- ### 2. Reviews aren't triggered on commit #### Symptoms - Committing cha...
(AI_HYDRA_LEO_REPLACE_ON_TO)
🔇 Additional comments (1)
sidebars.ts (1)
131-132
: Sidebar entry looks correctSlug matches the new file path and placement before the uninstall guide is intuitive. ✅
Fixes: #332
Requester: @jmacdotorg
Summary
This PR adds a new documentation page focused on a troubleshooting guide for the VSCode extension.
Details
troubleshooting-vscode.md
to provide targeted help for common issues users face with the extension.title
anddescription
##
for categories like installation issues, authentication errors, extension not loading, etc.Motivation
To reduce user friction and support burden by proactively documenting common problems and proven solutions. This guide empowers users to resolve issues independently and ensures smoother onboarding.
Reviewer Notes