Add option to reveal selected path in VS Code Explorer#988
Add option to reveal selected path in VS Code Explorer#988Prathamesh4038 wants to merge 2 commits intomicrosoft:mainfrom
Conversation
|
@Prathamesh4038 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
Hi @Prathamesh4038, thanks for the contribution! The idea of "Reveal in VS Code Explorer" is a useful feature. However, there are several issues that need to be addressed before this PR can be considered for merging:
Please address these issues and consider re-submitting. Feel free to look at how existing commands (e.g., |
@microsoft-github-policy-service agree
Added a new context menu option "Reveal in VS Code Explorer" in Java Project view.
Changes:
Introduced new command
java.view.package.revealFileInVSCodeOpens selected path directly in VS Code Explorer
Benefit
Improves developer workflow by avoiding switching to external file manager.
Related Issue
Addresses the request to add an option for revealing the selected path in VS Code Explorer.