vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Can we support adding files via Links (same as Visual Studio)

Open deanchalk opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

I have projects that were created in Visual Studio where files were added to the project as links. For example in the project file you would have something like this:

<Compile Include="..\caas-application-infrastructure\CaaSInfrastructureConstants.cs"><Link>caas-application-infrastructure\CaaSInfrastructureConstants.cs</Link></Compile>

C# projects with these links work fine in Visual Studio and Jetbrains Rider IDEs, but not in VS Code with this extension

Describe the solution you would like

I would like to be able to work on these dotnet projects in VS Code, rather than having to use a better IDE

deanchalk avatar May 24 '24 14:05 deanchalk