Liam Mitchell
Liam Mitchell
@magento give me 2.4-develop instance
@magento Confirmed on 2.4-develop  Entered in the content in source editor. ```html CMS homepage content goes here. Icon should be here: ``` Click the Show / Hide editor, wait...
Issue: Confirmed
Yes still a problem stale bot.
Yep its been an issue for years, no traction
Found this https://dev.to/kaif-shariff/cmake-d-escape-sequence-error-during-react-native-cli-setup-on-windows-4bac
Found this https://dev.to/kaif-shariff/cmake-d-escape-sequence-error-during-react-native-cli-setup-on-windows-4bac
Also despite existing, on windows at home. ``` Executing task: gradlew test -b "c:\dev\spring\app\build.gradle.kts" --tests "KarateApiTest" -Dkarate.options="c:\dev\spring\app\src\test\resources\api-test.feature:3" -Dkarate.env=local 'gradlew' is not recognized as an internal or external command, operable program...
Modified gradlew.bat to echo JAVA_HOME and can see it change when I update the settings accordingly.   
This should resolve a problem I was having where java 17 was used in Intellij to run and debug my project, but in vscode it was mistakenly using java 21...