feax: Add revealUriInOS command and migrate existing revealFileInOS consumers - #331755
Open
n-gist (n-gist) wants to merge 2 commits into
Open
feax: Add revealUriInOS command and migrate existing revealFileInOS consumers#331755n-gist (n-gist) wants to merge 2 commits into
n-gist (n-gist) wants to merge 2 commits into
Conversation
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: Ladislau Szomoru (@lszomoru)Matched files:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a URI-specific OS reveal command, avoiding Explorer selection interference, and migrates existing consumers.
Changes:
- Registers
revealUriInOSfor direct URI handling. - Migrates Git, TypeScript, Copilot, and chat customization consumers.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/vs/workbench/contrib/files/electron-browser/fileActions.contribution.ts |
Registers the new command. |
src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagement.contribution.ts |
Migrates customization reveal action. |
src/vs/workbench/contrib/chat/browser/agentPluginActions.ts |
Migrates plugin folder action. |
src/vs/workbench/contrib/chat/browser/actions/createPluginAction.ts |
Migrates created-plugin reveal. |
src/vs/workbench/contrib/chat/browser/actions/chatPluginActions.ts |
Migrates marketplace folder reveal. |
extensions/typescript-language-features/src/typescriptServiceClient.ts |
Migrates TS server log reveal. |
extensions/git/src/commands.ts |
Migrates Git resource reveal. |
extensions/copilot/src/extension/log/vscode-node/requestLogTree.ts |
Migrates exported log reveals. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #331687
Adds
revealUriInOScommand that operates on the provided URI argument independently of Explorer View selection.Migrates existing
revealFileInOSconsumers torevealUriInOS.Aspects may be worth considering:
revealFileInOSfor familiarity)URI[]arguments