Shi Chen

Results 151 comments of Shi Chen

> > @hannah23280 sorry for late response. There was a PR tring to fix this issue via serveral retries, could you try if it works? > > https://github.com/CsCherrYY/vscode-test/blob/main/vscode-gradle-3.12.5.vsix > >...

Yeah I tested and it seems to be fixed in that project. It seems this issue can be regarded via serval retries... I will test more times and then release...

@hannah23280 @34will @NogrTL I have investigated a new way which might fix this issue in https://github.com/microsoft/vscode-gradle/pull/1289. Would you mind trying it via pre-release `3.12.2022103106`?

the current version of language support for Java (`1.2.0`) just use its own platform specific extension and deprecate `java.home`, that's the story. Let me just investigate a proper way to...

@ravihara thanks for the pr, I'll take a look.

What you have seen is the default view, since the extension is trying to get the available tasks, the extension will show this view temporarily and after the exact tasks...

could you provide any details, examples or introductions?

@nospam06 get it, I'll take a look

#940 introduces a way to remove stopped daemons from the daemons view. But it can't solve this issue from the root cause. Let's keep this issue open and make further...

in your description, method `getExtensionsSchema()` has been introduced since Gradle 4.5, see https://docs.gradle.org/current/javadoc/org/gradle/api/plugins/ExtensionContainer.html#getExtensionsSchema--. so are you going to develop a Gradle plugin in a Gradle version below 4.5? What we...