VSCode Highlighting Modified Lines in Nested Repositories

Viewed 25

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

image

0 Answers
Related