I work on a large monorepo. I normally keep java tools disabled, but sometimes I do actually need to edit Java projects. When I try to, all the hell breaks loose - Java Language Server starts building dozen of projects I've never even heard off.
I work on one gradle project, one maven project. In both cases I do so rarely. The extension I use for that is vscjava.vscode-gradle
(which is a pack of multiple tools, notably vscjava.vscode-gradle
and vscjava.vscode-maven
.
I was not able to find a setting that turns that off. I asked copilot - it successfully hallucinated whole bunch of settings, but no real ones.
How can I disable auto building of java projects in VS Code on startup?
java.gradle.buildServer.enabled
? It looks like neithervscjava.vscode-gradle
norvscjava.vscode-maven
have an explicit configuration to stop all building all projects at startup.