Skip to content

Added cert utility and documentation - #6

Merged
ajaykontham merged 1 commit into
mainfrom
develop
Jun 30, 2026
Merged

Added cert utility and documentation#6
ajaykontham merged 1 commit into
mainfrom
develop

Conversation

@ajaykontham

Copy link
Copy Markdown
Member

No description provided.

@ajaykontham
ajaykontham merged commit 12296f2 into main Jun 30, 2026
1 check failed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f4e742f571

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +39 to +43
"log",
"reflog",
"diff",
"show",
"describe",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add rev-list to the read-only preview allowlist

When vsgit.showCommandPreview is enabled, routine refresh paths that call Repository.aheadBehind() run git rev-list --left-right --count HEAD...@{upstream} from the repositories/synchronize views, but rev-list is not treated as read-only here. That means simply refreshing or changing repo state opens a modal command preview for an internal status query, and cancelling it prevents ahead/behind data from updating; add rev-list to this allowlist like the other read-only commands.

Useful? React with 👍 / 👎.

Comment thread package.json
Comment on lines +1206 to +1207
"submenu": "vsgit.repo",
"when": "scmProvider == git",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Route native SCM history actions to the clicked repository

Exposing the whole vsgit.repo submenu on the native Git source-control header makes entries like vsgit.history.show run with a native SourceControl/rootUri argument, but that command only handles {repoRoot} or VsGit tree nodes and then falls back to manager.getActive() via HistoryView.show(). In a multi-root workspace, choosing VsGit > History from a non-active Git repository therefore opens history for the active/first repo instead of the repo whose menu was clicked; resolve the native rootUri for these repo-menu commands or omit commands that cannot consume it.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant