We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252f9f4 commit e275e69Copy full SHA for e275e69
assets/java/launch.toml
@@ -1,3 +1,3 @@
1
-linux = ["./bash", "gradlew", "run"]
2
-macos = ["./bash", "gradlew", "run"]
+linux = ["bash", "gradlew", "run"]
+macos = ["zsh", "./gradlew", "run"]
3
windows = ["powershell.exe", "./gradlew.bat", "run"]
0 commit comments