Skip to content

Commit 2db6f7c

Browse files
authored
#1221: Disable windows terminal integration feautre and move to next release (#1459)
1 parent 42204c6 commit 2db6f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Release with new features and bugfixes:
88

99
* https://github.com/devonfw/IDEasy/issues/1384[#1384]: Python support not working at all
1010
* https://github.com/devonfw/IDEasy/issues/1443[#1443]: Tool version is being added to settings even though it does not exist
11-
* https://github.com/devonfw/IDEasy/issues/1221[#1221]: Improve installation on Windows
1211
* https://github.com/devonfw/IDEasy/issues/1451[#1451]: XmlMerger requires merge:id for single attribute
1312

1413
The full list of changes for this release can be found in https://github.com/devonfw/IDEasy/milestone/33?closed=1[milestone 2025.08.001].

cli/src/main/java/com/devonfw/tools/ide/commandlet/InstallCommandlet.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ public void run() {
6767
+ "The current command will install IDEasy on your computer. Are you sure?");
6868
}
6969
ideasy.installIdeasy(cwd);
70-
ideasy.setupWindowsTerminal();
70+
// TODO https://github.com/devonfw/IDEasy/issues/1221
71+
//ideasy.setupWindowsTerminal();
7172
return;
7273
}
7374
ToolCommandlet commandlet = this.tool.getValue();

0 commit comments

Comments
 (0)