Shi Chen
Shi Chen
now we just dismiss telemetry for command `gradle.refresh`. https://github.com/microsoft/vscode-gradle/blob/a9d5977d0a8505ddc5bf55000046e0e96428e4d3/extension/src/commands/Commands.ts#L134-L142 since changing the build file will trigger a refresh command, but we should still collect manual refresh commands via view title...
see: https://docs.gradle.org/current/userguide/groovy_build_script_primer.html#block_method_signatures if the last segment type is [groovy.lang.Closure](https://docs.groovy-lang.org/latest/html/gapi/groovy/lang/Closure.html) or [org.gradle.api.Action](https://docs.gradle.org/current/javadoc/org/gradle/api/Action.html), we should offer curly brackets for block completion.
We can offer a configuration for users to choose if they can enable build scan by default. Once they confirm the Terms of Service in this setting, the users can...
Currently the Gradle for Java extension provides basic support for Gradle script editing, which has room to improve. We can adopt the Groovy type system in the language server and...
like `maven.projectOpenBehavior` in vscode-maven
after https://github.com/redhat-developer/vscode-java/pull/2245 merged.
now the simple mode of creating new project includes 3 steps 1. select target folder 2. select dsl type 3. specify project name It's possible to set a default dsl...