Hi,
I have the following version of Theia installed on windows 10, with Python v2020.10.332292344 add-on from MS,
Version 1.32.0 (Beta)
VS Code API Version: 1.55.2
I have a multi-root workspace for python projects, all cloned from gitlab repo.
One of the project has a decoration indicating “contains emphasized items”; the other projects do not have this decoration, even though there are changes in the code.
In vscode, I’d see the root folder of all the projects and subfolders and files with changes in the source-control view panel.
But in theia, I don’t see any root folder of projects, only subfolders and files in the project with “contains emphasized items” decoration are listed in the source-control view panel.
Are there settings I need to add for other projects to be visible in the source control panel view?