Shi Chen

Results 151 comments of Shi Chen

Emmm I still can't reproduce this.. I can see the top progress bar when initializing. This UI behavior is exactly controlled by VS Code, it will show loading status when...

update: I can reproduce it now. I'll investigate later.

Thanks for the report. Could you try if this issue still exists in a local project? This would help us to confirm if it's related to the remote environment.

I have done some investigation, and here are some thoughts and findings: The target of this work is to reduce the daemon number of VS Code users. Now **vscode-java** will...

Another observation is that there are some unhealthy `GradleConnector`/`ProjectConnection` reuse mechanism in **vscode-gradle**, it will create a new daemon every time `getProjects()` is called.

@mozhuanzuojing FYI, we are working on #1088, which will simplify the daemon numbers of the extension. After this change merged, the extension will use only a single daemon all the...

@nanandn @touchmii Could you provide some example projects? Or you can just try to run the task in the Gradle CLI and try to cancel it by pressing CTRL+C and...

Do you mean to change the Gradle version of your project? If so, you can just specify the related Gradle distribution url in `./gradle/wrapper/gradle-wrapper.properties` if you're using a wrapper and...

Not sure if it's the right thing you want, but https://github.com/microsoft/vscode-gradle/pull/1145 will upgrade the version of gradle wrapper from the repository to 7.3.3.

This issue might come from version 1.53 update of VS Code. Currently there is an existing related issue [vscode#116932](https://github.com/microsoft/vscode/issues/116932), will follow up and update the status here.