Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: VSCode Extension for Gitingest Integration#242

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
ShreyPurohit wants to merge12 commits intocoderamp-labs:main
base:main
Choose a base branch
Loading
fromShreyPurohit:VsCode-Extension

Conversation

ShreyPurohit
Copy link
Contributor

@ShreyPurohitShreyPurohit commentedMar 19, 2025
edited by filipchristiansen
Loading

Related Issue:#146

VSCode Extension:Gitingest Extension

Underlying GitHub Repo:gitingest-vsextension

Changes:

  • Update README.md
  • Add link to VSCode Extension insrc/server/templates/components/navbar.jinja

image


Basic Usage

Context-Menu-Usage


Setup Guide

Setup-Guide

Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

This PR adds a VS Code extension link and icon to the site navbar and updates the README to advertise the new VS Code extension.

  • Added a VS Code Extension button (with inline SVG) to the navbar component
  • Extended README link list and features section to include the VS Code extension

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

FileDescription
src/server/templates/components/navbar.jinjaInserted a new VS Code Extension link with inline SVG icon
README.mdAppended VS Code Extension to links and feature list
Comments suppressed due to low confidence (2)

README.md:16

  • [nitpick] Use consistent product naming—changeVS-Code Extension toVS Code Extension to match other references.
[gitingest.com](https://gitingest.com) · [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) · [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest) · [VS-Code Extension](https://marketplace.visualstudio.com/items?itemName=iamshreydxv.gitingest)

README.md:29

  • The nested bullets under "VS Code Extension" are not indented properly; adjust markdown indentation (e.g., two spaces before sub-items) for correct rendering.
  - Fully Secure 🔐

<a href="https://marketplace.visualstudio.com/items?itemName=iamshreydxv.gitingest"
target="_blank"
rel="noopener noreferrer"
class="text-gray-900 hover:-translate-y-0.5 transition-transform flex items-center gap-1.5">
Copy link
Preview

CopilotAIJun 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Add an aria-label (e.g.,aria-label="VS Code Extension") to the anchor tag so screen readers clearly announce the link purpose.

Suggested change
>
aria-label="VS Code Extension">

Copilot uses AI. Check for mistakes.

}
</style>
</defs>
<title>1</title>
Copy link
Preview

CopilotAIJun 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Use a descriptive<title> inside the SVG (e.g.,VS Code Extension Icon) instead of a generic "1" for better screen reader support.

Suggested change
<title>1</title>
<title>Navbar Icon</title>

Copilot uses AI. Check for mistakes.

rel="noopener noreferrer"
class="text-gray-900 hover:-translate-y-0.5 transition-transform flex items-center gap-1.5">
<div class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg"
Copy link
Preview

CopilotAIJun 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The inline SVG is very long and duplicates markup; consider extracting it into a separate partial or using a shared icon component to improve readability and reuse.

Copilot uses AI. Check for mistakes.

@filipchristiansenfilipchristiansen changed the titleNew Feature: VS Code Extension for Gitingest Integrationfeat: VSCode Extension for Gitingest IntegrationJun 22, 2025
@cyclotruc
Copy link
Member

We're discussing with@ShreyPurohit in order to properly migrate his extension into the up and coming github org for gitingest related projects

In the meantime I'll make this a Draft

ShreyPurohit reacted with thumbs up emoji

@cyclotruccyclotruc marked this pull request as draftJune 30, 2025 22:52
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

@cyclotruccyclotrucAwaiting requested review from cyclotruc

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
suggestionNew feature or request
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@ShreyPurohit@cyclotruc@filipchristiansen

[8]ページ先頭

©2009-2025 Movatter.jp