You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open VS Code, the active item is not tracked in the solution explorer, despite having the "Auto Reveal" option enabled. However, in the normal "Folder" explorer, the active item is tracked correctly.
Steps To Reproduce
Enable the following property in VS Code:
Explorer: Auto Reveal.
Close the editor and reopen it.
Expected Behavior
The solution explorer should track the active item, just like the normal "Folders" view does.
Environment Information
VS Code version: 1.95.3
C# Dev Kit version: v1.14.8 (pre-release)
The text was updated successfully, but these errors were encountered:
@itsimtiaz The Solution Explorer has its own setting: dotnet.automaticallySyncWithActiveItem that needs to be set if you want Solution Explorer to track open document. This was added so you can set File Explorer and Solution Explorer different depending on which one you use more often.
@webreidi I activated the feature, and it partially worked. However, if you restart VsCode and there's already a file open, it doesn't track it. It only starts tracking if you close and reopen the file. Thus, it still doesn't work upon restarting.
Describe the Issue
When I open VS Code, the active item is not tracked in the solution explorer, despite having the "Auto Reveal" option enabled. However, in the normal "Folder" explorer, the active item is tracked correctly.
Steps To Reproduce
Explorer: Auto Reveal.
Expected Behavior
The solution explorer should track the active item, just like the normal "Folders" view does.
Environment Information
VS Code version: 1.95.3
C# Dev Kit version: v1.14.8 (pre-release)
The text was updated successfully, but these errors were encountered: