microsoft / vscode-gradle

Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-gradle
MIT License
124 stars 51 forks source link

build: Move Gradle Daemons implementation from Java into Typescript #1489

Closed Jiaaming closed 4 months ago

Jiaaming commented 4 months ago

Rewrite getDaemonStatus, stopDaemon, stopDaemons in typescript.

jdneo commented 4 months ago

Please fix the lint errors.

Jiaaming commented 4 months ago

Please fix the lint errors.

should be fixed now

jdneo commented 4 months ago

Thank you @Jiaaming !