File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cli/src/main/java/com/devonfw/tools/ide/commandlet Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
1413The full list of changes for this release can be found in https://github.com/devonfw/IDEasy/milestone/33?closed=1[milestone 2025.08.001].
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments