#1135: Add PowerShell environment initialization - #2232
Open
cap-juan wants to merge 1 commit into
Open
Conversation
cap-juan
force-pushed
the
feature/1135-set-env-vars-powershell
branch
from
July 29, 2026 12:02
4a19b62 to
2d5eee9
Compare
cap-juan
force-pushed
the
feature/1135-set-env-vars-powershell
branch
from
July 29, 2026 12:04
2d5eee9 to
d7bac43
Compare
Collaborator
Coverage Report for CI Build 30450098251Coverage increased (+0.04%) to 72.632%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions77 previously-covered lines in 2 files lost coverage.
Coverage Stats💛 - Coveralls |
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 #1135
Implemented changes:
Testing instructions
Check out the PR branch and build/install IDEasy using the normal local development workflow.
Verify that the PowerShell integration script was installed:
Test-Path "$env:IDE_ROOT\_ide\installation\functions.ps1"The command should return True.
Close all existing PowerShell sessions.
Open a new PowerShell window directly inside an IDEasy project.
Verify that ide is loaded as a PowerShell function:
Get-Command ideThe command type should be Function.
Verify that the IDEasy environment was initialized automatically:
Both variables should contain the values for the current IDEasy project.
Verify that Maven can be executed without running ide first:
mvn --versionVerify manual environment refresh after changing directories:
Checklist for this PR
Make sure everything is checked before merging this PR. For further info please also see
our DoD.
mvn clean testlocally all tests pass and build is successful#«issue-id»: «brief summary»(e.g.#921: fixed setup.bat). If no issue ID exists, title only.In Progressand assigned to you or there is no issue (might happen for very small PRs)with
internalChecklist for tool commandlets
Have you added a new
«tool»as commandlet? There are the following additional checks:«tool»«TOOL»_VERSIONand«TOOL»_EDITIONare honored by your commandlet