-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#759: upgrade settings commandlet #820
#759: upgrade settings commandlet #820
Conversation
Added the command cd to the shell commandlet that allows the user to switch the directory inside the ide shell
…dlet.java Co-authored-by: jan-vcapgemini <[email protected]>
…dlet.java Co-authored-by: jan-vcapgemini <[email protected]>
added current working directory path to prompt name improved existing directory check adjusted exit codes
removed whitespace from ide prompt
cli/src/main/java/com/devonfw/tools/ide/commandlet/UpgradeSettingsCommandlet.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/commandlet/UpgradeSettingsCommandlet.java
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/environment/EnvironmentVariablesPropertiesFile.java
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/environment/EnvironmentVariablesPropertiesFile.java
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/environment/EnvironmentVariablesPropertiesFile.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTUS. Co-Reviewed by: @salimbouch; @julia-cap
We've added some questions and CRs to resolve before the merge.
added default implementation for remove method
removed unnecessary test files
removed unnecessary test files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed unnecessary test resource files.
fixed map eclipse legacy editions added private modifier
cleanup fixed typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for resolving the CRs. LGTM.
removed remove method from EnvironmentVariables
Fixes: #759
Implements: