-
Notifications
You must be signed in to change notification settings - Fork 3.7k
fix(vscode-readme): use repo-relative paths for gifs in extensions\vscode\README.md #8530
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?
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA. |
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.
No issues found across 1 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.
thanks for the catch!
Actually there is a reason they are relatively linked like they currently are, the above is the screenshot on the actual marketplace. I believe when we are actually bundling the extension the pathing is different than when developing. @supreethmv , to be clear, you're only seeing this issue when viewing the local codebase? |
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.
see above
@Patrick-Erichsen thank you for the clarification. The issue is not just locally, the problem persists also when viewing the repo at https://github.com/continuedev/continue/tree/main/extensions/vscode |


…code/README.md
Description
Updated four gif image links in README.md to use ../../docs/images/*.gif so the gifs render correctly when viewing the README from the extensions/vscode folder.
AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
Before:

Now:

Tests
[ What tests were added or updated to ensure the changes work as expected? ]
None — documentation link fix only.
Summary by cubic
Fix broken GIFs in the VS Code extension README by switching to repo‑relative paths. Updated four links to ../../docs/images/*.gif so images render correctly when viewing README in extensions/vscode.
Written for commit 8f70f7b. Summary will update automatically on new commits.