#2172: add getIdeMetadataPath() for $IDE_HOME/.ide/<ide>/<workspace>#2175
Open
quando632 wants to merge 5 commits into
Open
#2172: add getIdeMetadataPath() for $IDE_HOME/.ide/<ide>/<workspace>#2175quando632 wants to merge 5 commits into
quando632 wants to merge 5 commits into
Conversation
Collaborator
Coverage Report for CI Build 29916981277Coverage increased (+0.05%) to 72.542%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions6 previously-covered lines in 1 file lost coverage.
Coverage Stats💛 - Coveralls |
8 tasks
vivu001
reviewed
Jul 22, 2026
Contributor
|
Looks good 👍 @quando632: the The new unit test covers the path resolution, and the change is ready for the follow-up IDE-specific wiring PRs. |
quando632
marked this pull request as ready for review
July 22, 2026 11:42
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.
This PR fixes #2172 (part of #2142)
Foundation step for moving IDE-specific metadata out of the workspace. No behavior change yet.
Implemented changes:
IdeToolCommandlet.getIdeMetadataPath()resolving to$IDE_HOME/.ide/«ide»/«workspace»(reusesIdeContext.FOLDER_DOT_IDE,getIdeHome(),getWorkspaceName()).IdeToolCommandletTest.testGetIdeMetadataPath().The follow-up subtasks switch the actual metadata writers onto this getter: #2173 (JetBrains) and #2174 (VSCode).
Testing instructions
cd cli && mvn -Dtest=IdeToolCommandletTest testboth tests pass.Checklist for this PR
mvn clean testlocally all tests pass and build is successful (ranIdeToolCommandletTest)#«issue-id»: «brief summary»In Progressand assigned to you