Since last week or so, when I am on ng serve, VS Code compile the app again when I open existing files in the project.
In theory, the compile should just happen when I save a file and not by opening a file.
Other developers in the team aren't facing the same issue, I have tried to disable all extension we have with the exception of Nx Console and Material Icon Theme. Even so, the behavior persists, which indicates that is not an extension issue.
Do anyone knows what is triggering the compile of app, or maybe some way to identify why it's being triggered?
The answer I'm looking for is how to stop that behavior, I want the compile process to be triggered only when I save changes to a file, and not everytime I open an existing one.