fernandoescolar / vscode-solution-explorer

This is a Visual Studio Code extension that provides a (.sln) Visual Studio Solution explorer panel..
MIT License
348 stars 73 forks source link

Incorrect path to source files in some projects #281

Open dennis-griffin opened 1 year ago

dennis-griffin commented 1 year ago

Describe the bug After loading a solution some of the projects determine paths to the source files that are incorrect. The solution and project files seem correct since the solution can be built with msbuild.

To Reproduce Steps to reproduce the behavior: Can't provide the specific solution or project files

Expected behavior Files are listed under the project but when clicking on a source file it will not open and hovering over the source file shows the incorrect path

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context In this case the problem occurs with solution files that are multiple submodules deep in a git repo

dennis-griffin commented 1 year ago

This might be a duplicate to #279