Liam Mitchell

Results 251 comments of Liam Mitchell

@magento Confirmed on 2.4-develop ![image](https://user-images.githubusercontent.com/1968109/84470985-8c996d00-acd8-11ea-98c8-2984e7662692.png) Entered in the content in source editor. ```html CMS homepage content goes here. Icon should be here: ``` Click the Show / Hide editor, wait...

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. ![Image](https://github.com/user-attachments/assets/f8898e05-106f-404b-bb64-66b58d17767e) ![Image](https://github.com/user-attachments/assets/7f31a2b9-748e-4be7-9a29-145027eb6d59) ![Image](https://github.com/user-attachments/assets/4715839a-73d2-4e58-9d24-d10d6762e856)

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...