Cannot open solution file in Visual Studio Code

前端 未结 4 1300
时光取名叫无心
时光取名叫无心 2021-02-03 16:42

I have installed the Visual Studio Code on Windows. When I try to open a solution file in VS Code it opens the solution file, instead of opening all projects in solution. Is the

4条回答
  •  我在风中等你
    2021-02-03 16:59

    Use vscode-solution-explorer extension:

    This extension adds a Visual Studio Solution File explorer panel in Visual Studio Code. Now you can navigate into your solution following the original Visual Studio structure.

    https://github.com/fernandoescolar/vscode-solution-explorer

    Thanks @fernandoescolar

提交回复
热议问题