Open jeutacio opened 11 months ago
When I load my folder with a bunch of gradle projects, the plugin does not sort the tasks in alphabetically order, like:
I'm using the following configurations: //Gradle For Java "java.gradle.buildServer.enabled": "on", "gradle.allowParallelRun":true, "gradle.debug": true, "gradle.disableConfirmations": true, "gradle.javaDebug.cleanOutput": true, "gradle.nestedProjects": true, "java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable",
Would be nice to sort them, because it's hard to find the projects.
My vscode version:
I would also like this. Is there an existing solution for this?
So far no. But this should be an easy one. Just sort the node before return. Contributions are welcome :)
When I load my folder with a bunch of gradle projects, the plugin does not sort the tasks in alphabetically order, like:
I'm using the following configurations: //Gradle For Java "java.gradle.buildServer.enabled": "on", "gradle.allowParallelRun":true, "gradle.debug": true, "gradle.disableConfirmations": true, "gradle.javaDebug.cleanOutput": true, "gradle.nestedProjects": true, "java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable",
Would be nice to sort them, because it's hard to find the projects.
My vscode version: