I have a folder structure as follows:
|- root
|-- microservice-1
|--- some files of microservice-1
|-- microservice-2
|--- some files of microservice-2
|-- some files of root
VSCode highlights the modified lines only when I have changes at "some files of root"
but I want VSCode to highlight the modified line of e.g "some files of microservice-1"
Visual Studio Code version: Version: 1.71.2
