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

Refresh the output folders after build tasks #1493

Closed jdneo closed 3 months ago

jdneo commented 4 months ago

Since the build server will delegate the build task to gradle. The workspace will become unsynchronized when the output files change. Thus a .refreshLocal() is required.