Skip to content

Update docs#4

Merged
yuichkun merged 2 commits into
mainfrom
misc/update-docs
Jan 25, 2026
Merged

Update docs#4
yuichkun merged 2 commits into
mainfrom
misc/update-docs

Conversation

@yuichkun

Copy link
Copy Markdown
Owner

No description provided.

@yuichkun yuichkun self-assigned this Jan 25, 2026

@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: d02ee3138f

ℹ️ 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 thread src/extension.ts
Comment on lines 7 to +9
const showGraphCmd = vscode.commands.registerCommand(
'referenceGraph.show',
(uri?: vscode.Uri) => webviewProvider.showReferenceGraph(uri)
(uri?: vscode.Uri) => webviewProvider.showReferenceGraph()

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 Preserve explorer selection when command is invoked

The command handler now ignores the URI that VS Code passes when the command is triggered from the Explorer context menu, so right‑clicking a file and choosing “Show Reference Graph” will instead operate on the active editor (or show the “No active editor” warning) rather than the selected file. This is a regression for the Explorer menu contributed in package.json (explorer/context uses referenceGraph.show), and it effectively removes the ability to build a file reference graph for a file that isn’t open. Consider forwarding the uri to showReferenceGraph (or restoring a separate file-reference command) so the Explorer entry still targets the selected file.

Useful? React with 👍 / 👎.

@yuichkun yuichkun merged commit a67b311 into main Jan 25, 2026
2 checks passed
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